aboutsummaryrefslogtreecommitdiffstats
path: root/security/pgp
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 07:33:47 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 07:33:47 +0800
commite36f9dbee84ccfd7ed078050303a76b569d0ead0 (patch)
tree4f6e254ed273f40def6ec9e6d94066be8e9c6588 /security/pgp
parent26083abcc9eb48fec93239f2c3257eab60edb1c0 (diff)
downloadfreebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.gz
freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.zst
freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.zip
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Diffstat (limited to 'security/pgp')
-rw-r--r--security/pgp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index afb269646c30..a18138d0ef2f 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/Makefile
@@ -5,7 +5,7 @@
# Date created: 8 Jul 1995
# Whom: ache
#
-# $Id: Makefile,v 1.24 1999/05/07 03:26:25 jseger Exp $
+# $Id: Makefile,v 1.25 1999/08/22 18:59:54 mharo Exp $
#
# Pick an initial default, else it doesn't get set in the INDEX.
@@ -26,7 +26,7 @@ do-install:
cd ${WRKSRC}; install -c -o bin -g bin -m 555 pgp ${PREFIX}/bin
cd ${WRKSRC}/../doc; \
install -c -o bin -g bin -m 444 pgp.1 ${PREFIX}/man/man1
- -mkdir -p ${PGPLIB}
+ -${MKDIR} ${PGPLIB}
${CHMOD} 555 ${PGPLIB}
cd ${WRKSRC}/..; \
install -c -o bin -g bin -m 444 pgp.hlp \