diff options
author | jlam <jlam@pkgsrc.org> | 2004-04-28 03:36:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-04-28 03:36:41 +0000 |
commit | a4d8039d9cc2283f84d71d97f1a7d5229addc392 (patch) | |
tree | 1216686c40ecdfe64d689a5b8c757beb02a61ad8 /security | |
parent | b4474370e36d18e04ec88df81f4b39cc4af15f77 (diff) | |
download | pkgsrc-a4d8039d9cc2283f84d71d97f1a7d5229addc392.tar.gz |
Remove artificial restriction on which platforms can build this package.
Also bl3ify.
Diffstat (limited to 'security')
-rw-r--r-- | security/skey/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/skey/Makefile b/security/skey/Makefile index a9afc0c3beb..4c0338a2c7c 100644 --- a/security/skey/Makefile +++ b/security/skey/Makefile @@ -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,15 +10,14 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= ${MASTER_SITES} COMMENT= Port of OpenBSD s/key implementation -NOT_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* # in base system - USE_PERL5= build -USE_BUIDLINK2= YES +USE_BUIDLINK3= yes USE_GNU_TOOLS+= make -GNU_CONFIGURE= YES - +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +INSTALLATION_DIRS= bin include lib man/man1 man/man8 + post-install: ${RANLIB} ${PREFIX}/lib/libskey.a |