pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/knc Restore INSTALLATION_DIRS and krb5.buildl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef45ef9c41bb
branches:  trunk
changeset: 610406:ef45ef9c41bb
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Oct 23 13:02:08 2012 +0000

description:
Restore INSTALLATION_DIRS and krb5.buildlink3.mk, lost in previous.
Indent while here.

diffstat:

 security/knc/Makefile |  21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diffs (33 lines):

diff -r d19ca3ef84d1 -r ef45ef9c41bb security/knc/Makefile
--- a/security/knc/Makefile     Tue Oct 23 10:32:43 2012 +0000
+++ b/security/knc/Makefile     Tue Oct 23 13:02:08 2012 +0000
@@ -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@localhost
-HOMEPAGE=      http://oskt.secure-endpoints.com/knc.html
-COMMENT=       Kerberised NetCat
-LICENSE=       mit
+MAINTAINER=            schmonz%NetBSD.org@localhost
+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"



Home | Main Index | Thread Index | Old Index