diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-30 04:06:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-30 04:06:39 +0000 |
commit | 73349944aa784a5c905e9df831c6a0905de6e835 (patch) | |
tree | 733618504130e19cce7f9a1de4040abe3d648b2d /security/skey/Makefile | |
parent | e01525633e7fcd0202d547302b784d5e03bf9375 (diff) | |
download | pkgsrc-73349944aa784a5c905e9df831c6a0905de6e835.tar.gz |
Do not install a config file directly into PKG_SYSCONFDIR. Use
CONF_FILES instead. Bump PKGREVISION due to PLIST change.
Diffstat (limited to 'security/skey/Makefile')
-rw-r--r-- | security/skey/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/skey/Makefile b/security/skey/Makefile index d6d4498f1a7..b63b1268cec 100644 --- a/security/skey/Makefile +++ b/security/skey/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:31 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/30 04:06:39 minskim Exp $ # DISTNAME= skey-1.1.5 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.sparc.spb.su/solaris/skey/ EXTRACT_SUFX= .tar.bz2 @@ -13,7 +14,10 @@ COMMENT= Port of OpenBSD s/key implementation USE_PERL5= build USE_TOOLS+= gmake GNU_CONFIGURE= yes +USE_PKGINSTALL= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONF_FILES+= ${PREFIX}/share/examples/skey/skeykeys \ + ${PKG_SYSCONFDIR}/skeykeys INSTALLATION_DIRS= bin include lib man/man1 man/man8 |