pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/PAM Use ${TOUCH} rather than touch
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7a060159fe6
branches: trunk
changeset: 462903:c7a060159fe6
user: cjep <cjep%pkgsrc.org@localhost>
date: Sat Oct 18 12:40:11 2003 +0000
description:
Use ${TOUCH} rather than touch
diffstat:
security/PAM/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 077e89c43bb0 -r c7a060159fe6 security/PAM/Makefile
--- a/security/PAM/Makefile Sat Oct 18 12:36:07 2003 +0000
+++ b/security/PAM/Makefile Sat Oct 18 12:40:11 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/07/17 22:52:49 grant Exp $
+# $NetBSD: Makefile,v 1.17 2003/10/18 12:40:11 cjep Exp $
#
DISTNAME= Linux-${PKGNAME}
@@ -70,7 +70,7 @@
# this is so it won't try to interactively install any configs
pre-build:
- touch ${WRKSRC}/.quiet_install
+ ${TOUCH} ${WRKSRC}/.quiet_install
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
Home |
Main Index |
Thread Index |
Old Index