pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/kth-krb4 cat pages are not installed on Drago...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b1574aeacc9
branches:  trunk
changeset: 508503:8b1574aeacc9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 20 15:16:45 2006 +0000

description:
cat pages are not installed on DragonFly and FreeBSD, so tell
the PLIST framework that we want only man pages.

diffstat:

 security/kth-krb4/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8458506d95a7 -r 8b1574aeacc9 security/kth-krb4/Makefile
--- a/security/kth-krb4/Makefile        Mon Feb 20 15:15:48 2006 +0000
+++ b/security/kth-krb4/Makefile        Mon Feb 20 15:16:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2006/02/05 23:10:44 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2006/02/20 15:16:45 joerg Exp $
 #
 
 DISTNAME=              krb4-1.2.1
@@ -38,6 +38,10 @@
 .endif
 CONFIGURE_ARGS+=       --program-transform=${KTH_KRB4_TRANSFORM:Q}
 
+.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD"
+MANINSTALL=            maninstall
+.endif
+
 INFO_FILES=            kth-krb.info
 
 EXAMPLEDIR=            ${PREFIX}/share/examples/kth-krb4



Home | Main Index | Thread Index | Old Index