summaryrefslogtreecommitdiff
path: root/security/krb5-appl/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
commit5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch)
treed22580c3f5bea1154b95655a82046161cfa9fd35 /security/krb5-appl/Makefile
parentUpdate to 990522 release (diff)
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Notes
Notes: svn path=/head/; revision=19223
Diffstat (limited to 'security/krb5-appl/Makefile')
-rw-r--r--security/krb5-appl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index 44cb7e499d5f..c6a442bee79e 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -3,7 +3,7 @@
# Date created: 6/5/1998
# Whom: nectar@FreeBSD.ORG
#
-# $Id: Makefile,v 1.8 1998/11/14 09:43:28 asami Exp $
+# $Id: Makefile,v 1.9 1999/05/27 02:08:13 nectar Exp $
#
DISTNAME= krb5-1.0.6
@@ -183,10 +183,6 @@ post-install:
${CHOWN} ${SUPERUSER} ${PREFIX}/${setuid}
.endfor
# handle info files
- if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > \
- ${PREFIX}/info/dir; \
- fi
.for info in ${INFO_FILES}
${INSTALL_MAN} ${WRKSRC}/../doc/${info} ${PREFIX}/info/${info}
.endfor