summaryrefslogtreecommitdiffstats
path: root/security/pgp
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committermharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /security/pgp
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'security/pgp')
-rw-r--r--security/pgp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index 7c31e92..afb2696 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/Makefile
@@ -5,7 +5,7 @@
# Date created: 8 Jul 1995
# Whom: ache
#
-# $Id: Makefile,v 1.23 1999/02/07 06:29:53 ache Exp $
+# $Id: Makefile,v 1.24 1999/05/07 03:26:25 jseger Exp $
#
# Pick an initial default, else it doesn't get set in the INDEX.
@@ -27,8 +27,7 @@ do-install:
cd ${WRKSRC}/../doc; \
install -c -o bin -g bin -m 444 pgp.1 ${PREFIX}/man/man1
-mkdir -p ${PGPLIB}
- chown bin.bin ${PGPLIB}
- chmod 555 ${PGPLIB}
+ ${CHMOD} 555 ${PGPLIB}
cd ${WRKSRC}/..; \
install -c -o bin -g bin -m 444 pgp.hlp \
doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}; \
OpenPOWER on IntegriCloud