summaryrefslogtreecommitdiff
path: root/security/signing-party
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 05:35:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 05:35:31 +0000
commita33191366c083aad8ab7cd37d06db2d4790f3e39 (patch)
tree6379d84ceeca72bc6c80702dd60bd714b378b04a /security/signing-party
parent- fix pkg-plist (diff)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
Notes
Notes: svn path=/head/; revision=359185
Diffstat (limited to 'security/signing-party')
-rw-r--r--security/signing-party/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile
index 7704e76ab38a..67bbe1857393 100644
--- a/security/signing-party/Makefile
+++ b/security/signing-party/Makefile
@@ -46,7 +46,7 @@ post-patch:
${WRKSRC}/caff/caff
@${REINPLACE_CMD} -e 's|/usr/bin/pinentry-gtk-2|${LOCALBASE}/bin/pinentry-gtk-2|' \
${WRKSRC}/caff/README.gpg-agent
- @${REINPLACE_CMD} -e 's|[[:<:]]make|${GMAKE}|' \
+ @${REINPLACE_CMD} -e 's|[[:<:]]make|${MAKE_CMD}|' \
-e '/^all/s|pgpring/pgpring||' \
${WRKSRC}/gpgwrap/Makefile \
${WRKSRC}/keyanalyze/Makefile