diff options
author | cjep <cjep> | 2003-10-18 12:40:11 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-10-18 12:40:11 +0000 |
commit | 7b8c425193f5c0822165a01396e4f7c32fef2c53 (patch) | |
tree | 3242b023fa5ad4d9e987dbd9dddc907a2b89bda4 /security/PAM/Makefile | |
parent | 274099e32017aaf1c61b0f44c6f7decd4e9db18d (diff) | |
download | pkgsrc-7b8c425193f5c0822165a01396e4f7c32fef2c53.tar.gz |
Use ${TOUCH} rather than touch
Diffstat (limited to 'security/PAM/Makefile')
-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} |