diff options
author | joerg <joerg@pkgsrc.org> | 2012-03-08 01:13:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-03-08 01:13:42 +0000 |
commit | 9631ea0b9297ac14e9c080c6d2510a9e85873b80 (patch) | |
tree | ec30a4a176e4ebfe053b47a6cb1da3561efab70b /security/knc | |
parent | 6d01a01b0aa50e99706dc88d7dc31da1fc75f4f8 (diff) | |
download | pkgsrc-9631ea0b9297ac14e9c080c6d2510a9e85873b80.tar.gz |
Don't build & install cat page. Bump revision.
Diffstat (limited to 'security/knc')
-rw-r--r-- | security/knc/Makefile | 10 | ||||
-rw-r--r-- | security/knc/PLIST | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/security/knc/Makefile b/security/knc/Makefile index 3b7ba4c1966..df2882866f4 100644 --- a/security/knc/Makefile +++ b/security/knc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/04/14 20:15:27 elric Exp $ +# $NetBSD: Makefile,v 1.3 2012/03/08 01:13:42 joerg Exp $ # DISTNAME= knc-1.6.1 @@ -12,9 +12,13 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= nroff +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 +BUILD_DIRS= bin +BUILD_TARGET= knc + +post-install: + ${INSTALL_MAN} ${WRKSRC}/man/knc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/krb5.buildlink3.mk" .if ${KRB5_TYPE} == "heimdal" diff --git a/security/knc/PLIST b/security/knc/PLIST index 7b8002901d5..55cd9908a5d 100644 --- a/security/knc/PLIST +++ b/security/knc/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2010/04/14 18:45:48 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/03/08 01:13:42 joerg Exp $ bin/knc -man/cat1/knc.0 man/man1/knc.1 |