diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-12 19:43:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-12 19:43:31 +0000 |
commit | 19451d044910ae680acf152514ed22b2b70ee180 (patch) | |
tree | b5dbc8a3d8bb1a5ad9963aa1babe6926293dc0d1 /security/kth-krb4/Makefile | |
parent | 26175b916bc5a3e5dc6d05906d7d330852b6dcf1 (diff) | |
download | pkgsrc-19451d044910ae680acf152514ed22b2b70ee180.tar.gz |
Don't install cat pages at all, it's not worth the trouble to get
correctly working on all platforms.
Diffstat (limited to 'security/kth-krb4/Makefile')
-rw-r--r-- | security/kth-krb4/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index aa852a3081d..71c011d6ebe 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2006/03/31 23:56:29 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2006/04/12 19:43:31 joerg Exp $ # DISTNAME= krb4-1.2.1 PKGNAME= kth-krb4-1.2.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= security net MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/ @@ -38,10 +38,6 @@ PLIST_SUBST+= KRB4_PREFIX= .endif CONFIGURE_ARGS+= --program-transform=${KTH_KRB4_TRANSFORM:Q} -.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" -MANINSTALL= maninstall -.endif - INFO_FILES= # PLIST EXAMPLEDIR= ${PREFIX}/share/examples/kth-krb4 |