diff options
Diffstat (limited to 'security/skey')
-rw-r--r-- | security/skey/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/skey/Makefile b/security/skey/Makefile index 3556f9654c6..9f920ed3ad8 100644 --- a/security/skey/Makefile +++ b/security/skey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/12/05 23:55:18 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2005/12/29 06:22:11 jlam Exp $ # DISTNAME= skey-1.1.5 @@ -13,7 +13,6 @@ COMMENT= Port of OpenBSD s/key implementation USE_TOOLS+= gmake perl GNU_CONFIGURE= yes -USE_PKGINSTALL= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONF_FILES+= ${PREFIX}/share/examples/skey/skeykeys \ ${PKG_SYSCONFDIR}/skeykeys |