pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/skey Remove artificial restriction on which p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/100218f0360d
branches:  trunk
changeset: 474375:100218f0360d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 28 03:36:41 2004 +0000

description:
Remove artificial restriction on which platforms can build this package.
Also bl3ify.

diffstat:

 security/skey/Makefile |  15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 462a5a62287c -r 100218f0360d security/skey/Makefile
--- a/security/skey/Makefile    Wed Apr 28 03:35:58 2004 +0000
+++ b/security/skey/Makefile    Wed Apr 28 03:36:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/28 02:52:43 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/28 03:36:41 jlam Exp $
 #
 
 DISTNAME=              skey-1.1.5
@@ -10,14 +10,13 @@
 HOMEPAGE=              ${MASTER_SITES}
 COMMENT=               Port of OpenBSD s/key implementation
 
-NOT_FOR_PLATFORM=      NetBSD-*-* FreeBSD-*-* OpenBSD-*-* # in base system
+USE_PERL5=             build
+USE_BUIDLINK3=         yes
+USE_GNU_TOOLS+=                make
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
-USE_PERL5=             build
-USE_BUIDLINK2=         YES
-USE_GNU_TOOLS+=                make
-GNU_CONFIGURE=         YES
-
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+INSTALLATION_DIRS=     bin include lib man/man1 man/man8
 
 post-install:
        ${RANLIB} ${PREFIX}/lib/libskey.a



Home | Main Index | Thread Index | Old Index