diff options
Diffstat (limited to 'security/caff/Makefile')
-rw-r--r-- | security/caff/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/caff/Makefile b/security/caff/Makefile index ad756d2c291..fa13d88f296 100644 --- a/security/caff/Makefile +++ b/security/caff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2014/02/03 16:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/04/18 20:11:18 wiz Exp $ -DISTNAME= signing-party_1.1.5.orig -PKGNAME= ${DISTNAME:S/signing-party_/caff-/S/.orig//} +DISTNAME= signing-party_1.1.6.orig +PKGNAME= ${DISTNAME:C/signing-party_/caff-/C/.orig//} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/} @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//} USE_TOOLS+= gmake pod2man USE_TOOLS+= perl:run +USE_TOOLS+= autoconf automake autoreconf DEPENDS+= gnupg>=1.3.92:../../security/gnupg DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template @@ -33,7 +34,8 @@ SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g' INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/caff share/examples/caff -.include "../../mk/bsd.prefs.mk" +pre-build: + cd ${WRKSRC}/keyanalyze/pgpring && touch NEWS README AUTHORS ChangeLog && autoreconf -fiv do-install: ${INSTALL_SCRIPT} ${WRKSRC}/caff/caff ${DESTDIR}${PREFIX}/bin |