aboutsummaryrefslogtreecommitdiffstats
path: root/security/krb5/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-06-06 06:32:11 +0800
committermharo <mharo@FreeBSD.org>1999-06-06 06:32:11 +0800
commitd27edf52986a3f634e493451ba0a43f64be2cfc2 (patch)
treec93047466dbf9daea5ade970b9464515c4feac22 /security/krb5/Makefile
parent588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff)
downloadfreebsd-ports-graphics-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz
freebsd-ports-graphics-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.zst
freebsd-ports-graphics-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip
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.
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r--security/krb5/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index 44cb7e499d5..c6a442bee79 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.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