diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-20 13:14:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-20 13:14:55 +0000 |
commit | 55321374a4543f144716da8c5ed1ba03ab206108 (patch) | |
tree | 41f7a53bd78e5fdb907509bda1fd11d45318aaff /security/signing-party/Makefile | |
parent | 9f3c524497e1eb922be6014ec2f4a3fba4b4aa8b (diff) | |
download | ports-55321374a4543f144716da8c5ed1ba03ab206108.tar.gz ports-55321374a4543f144716da8c5ed1ba03ab206108.zip |
Notes
Diffstat (limited to 'security/signing-party/Makefile')
-rw-r--r-- | security/signing-party/Makefile | 2 |
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 |