diff options
Diffstat (limited to 'security/skey/Makefile')
-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 |