diff options
author | schmonz <schmonz> | 2012-10-23 13:02:08 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2012-10-23 13:02:08 +0000 |
commit | 1dc9f65cc20c99f0a4f24fc7c25da4a4e2f44034 (patch) | |
tree | edccb4e9a0d656da6e3f1a719024ea8569f41340 /security/knc/Makefile | |
parent | cecd0f38b0edcbe6ee3904ef092646daa3030aee (diff) | |
download | pkgsrc-1dc9f65cc20c99f0a4f24fc7c25da4a4e2f44034.tar.gz |
Restore INSTALLATION_DIRS and krb5.buildlink3.mk, lost in previous.
Indent while here.
Diffstat (limited to 'security/knc/Makefile')
-rw-r--r-- | security/knc/Makefile | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/security/knc/Makefile b/security/knc/Makefile index aa3659645c5..6c399cd3b4b 100644 --- a/security/knc/Makefile +++ b/security/knc/Makefile @@ -1,17 +1,20 @@ -# $NetBSD: Makefile,v 1.5 2012/10/23 06:04:28 elric Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/23 13:02:08 schmonz Exp $ # -DISTNAME= knc-1.7 -CATEGORIES= security net -MASTER_SITES= http://oskt.secure-endpoints.com/downloads/ +DISTNAME= knc-1.7 +CATEGORIES= security net +MASTER_SITES= http://oskt.secure-endpoints.com/downloads/ -MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://oskt.secure-endpoints.com/knc.html -COMMENT= Kerberised NetCat -LICENSE= mit +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://oskt.secure-endpoints.com/knc.html +COMMENT= Kerberised NetCat +LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + +.include "../../mk/krb5.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |