From d27edf52986a3f634e493451ba0a43f64be2cfc2 Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 5 Jun 1999 22:32:11 +0000 Subject: 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. --- security/krb5/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'security/krb5/Makefile') 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 -- cgit