summaryrefslogtreecommitdiffstats
path: root/security/krb5
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committermharo <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch)
tree63ca8b1b366b8d64e4d645959252f91f9d55ab5f /security/krb5
parent929e461fb30940a507219f54c08472fb7347d37a (diff)
downloadFreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip
FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Diffstat (limited to 'security/krb5')
-rw-r--r--security/krb5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index fda684c..2f343c3cd 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -3,7 +3,7 @@
# Date created: 6/5/1998
# Whom: nectar@FreeBSD.ORG
#
-# $Id: Makefile,v 1.10 1999/06/05 22:31:36 mharo Exp $
+# $Id: Makefile,v 1.11 1999/08/22 18:59:53 mharo Exp $
#
DISTNAME= krb5-1.0.6
@@ -167,7 +167,7 @@ post-install:
# XXX Not sure why tmac.doc is installed here -- I don't think
# we need it. I should patch the distribution to not install
# it, I think.
- @rm -f ${PREFIX}/man/man1/tmac.doc
+ @${RM} -f ${PREFIX}/man/man1/tmac.doc
# shared libs
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
# html documentation
OpenPOWER on IntegriCloud