aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /security/gnupg1/Makefile
parentacfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff)
downloadports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz
ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r--security/gnupg1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 1325498fccab..9cc6edd32662 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -3,7 +3,7 @@
# Date created: Sep 30, 1998
# Whom: kuriyama@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1999/07/26 15:59:32 kuriyama Exp $
+# $Id: Makefile,v 1.14 1999/08/12 15:10:08 kuriyama Exp $
#
DISTNAME= gnupg-0.9.10
@@ -38,7 +38,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/gnupg
.endfor
.endif
-# chmod u+s ${PREFIX}/bin/gpg
+# ${CHMOD} u+s ${PREFIX}/bin/gpg
check:
(cd ${WRKSRC}; ${MAKE} check)