diff options
author | cjep <cjep@pkgsrc.org> | 2003-10-18 12:40:11 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-10-18 12:40:11 +0000 |
commit | 78682e86658a6c949b80bcaa491fff196e1b2337 (patch) | |
tree | 3242b023fa5ad4d9e987dbd9dddc907a2b89bda4 | |
parent | 630c58add563c579462a09179407259d988bf94b (diff) | |
download | pkgsrc-78682e86658a6c949b80bcaa491fff196e1b2337.tar.gz |
Use ${TOUCH} rather than touch
-rw-r--r-- | security/PAM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index 227ff186f8a..4964778ba4f 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -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 @@ CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE} # 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} |