diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 3262cce303b354dfda0c0b11bbbda803a827665b (patch) | |
tree | c032983554a8629dd6dfa9af9f4d687c43e5ac6f /security/krb5-16 | |
parent | 50af3342991a28fc1e594857fcef03e5fdf80c19 (diff) | |
download | ports-3262cce303b354dfda0c0b11bbbda803a827665b.tar.gz ports-3262cce303b354dfda0c0b11bbbda803a827665b.zip |
Notes
Diffstat (limited to 'security/krb5-16')
-rw-r--r-- | security/krb5-16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index fda684c0128b..2f343c3cd859 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/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 |