diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch) | |
tree | d22580c3f5bea1154b95655a82046161cfa9fd35 /security/krb5-16/Makefile | |
parent | defb095decee8e3dde8b4102faa6e782be7704c2 (diff) |
Notes
Diffstat (limited to 'security/krb5-16/Makefile')
-rw-r--r-- | security/krb5-16/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 44cb7e499d5f..c6a442bee79e 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.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 |