diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /security/gnupg1 | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 4 |
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) |