aboutsummaryrefslogtreecommitdiff
path: root/security/krb4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/krb4/Makefile')
-rw-r--r--security/krb4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/krb4/Makefile b/security/krb4/Makefile
index 26a6ba935d0b..3bb69f00f46a 100644
--- a/security/krb4/Makefile
+++ b/security/krb4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= krb4
PORTVERSION= 1.2.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/
@@ -18,6 +18,7 @@ COMMENT= KTH Kerberos 4
# which have the same name as some in the base system (e.g.
# ftp, telnet, su).
PREFIX?= ${LOCALBASE}/krb4
+NO_MTREE= yes # Otherwise we end up with dozens of extra directories in ${PREFIX}
PKGMESSAGE= ${WRKDIR}/pkg-message
GNU_CONFIGURE= yes
@@ -31,6 +32,8 @@ CONFIGURE_ENV+= \
"CPPFLAGS=-DOPENSSL_DES_LIBDES_COMPATIBILITY" \
"LDFLAGS=-Wl,-rpath,${PREFIX}/lib"
+INFO= kth-krb
+
post-install:
install-info ${PREFIX}/info/kth-krb.info ${PREFIX}/info/dir
${SED} -e "s~%%PREFIX%%~${PREFIX}~g" \