aboutsummaryrefslogtreecommitdiff
path: root/security/signing-party/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-20 13:14:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-20 13:14:55 +0000
commit55321374a4543f144716da8c5ed1ba03ab206108 (patch)
tree41f7a53bd78e5fdb907509bda1fd11d45318aaff /security/signing-party/Makefile
parent9f3c524497e1eb922be6014ec2f4a3fba4b4aa8b (diff)
downloadports-55321374a4543f144716da8c5ed1ba03ab206108.tar.gz
ports-55321374a4543f144716da8c5ed1ba03ab206108.zip
* Fix build on 10
* Add a plist so that it actually installs something
Notes
Notes: svn path=/head/; revision=340389
Diffstat (limited to 'security/signing-party/Makefile')
-rw-r--r--security/signing-party/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile
index 9fd5348d448b..633908766376 100644
--- a/security/signing-party/Makefile
+++ b/security/signing-party/Makefile
@@ -38,6 +38,7 @@ SCRIPTS= caff/caff caff/pgp-clean caff/pgp-fixkey gpglist/gpglist \
gpgparticipants/gpgparticipants
MANUALS1= ${SCRIPTS:S/$/.1/} ${BINS:S/$/.1/}
EXAMPLES= caff/caffrc.sample gpg-mailkeys/example.gpg-mailkeysrc
+PORTEXAMPLES= ${EXAMPLES:T}
PORTDOCS= *
@@ -50,6 +51,7 @@ post-patch:
-e 's|make pgpring|make|' \
${WRKSRC}/gpgwrap/Makefile \
${WRKSRC}/keyanalyze/Makefile
+ @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/gpgwrap/src/Makefile
# Rename pgpring to pgppubring to avoid conflict with mail/mutt
@${REINPLACE_CMD} -e 's|pgpring|pgppubring|g' \
${WRKSRC}/keyanalyze/pgpring/Makefile.in