* Fix build on 10
* Add a plist so that it actually installs something
This commit is contained in:
parent
9f3c524497
commit
55321374a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340389
2 changed files with 30 additions and 0 deletions
|
@ -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
|
||||
|
|
28
security/signing-party/pkg-plist
Normal file
28
security/signing-party/pkg-plist
Normal file
|
@ -0,0 +1,28 @@
|
|||
bin/caff
|
||||
bin/gpg-key2ps
|
||||
bin/gpg-mailkeys
|
||||
bin/gpglist
|
||||
bin/gpgparticipants
|
||||
bin/gpgsigs
|
||||
bin/keyanalyze
|
||||
bin/keylookup
|
||||
bin/pgp-clean
|
||||
bin/pgp-fixkey
|
||||
bin/pgppubring
|
||||
bin/process_keys
|
||||
bin/sig2dot
|
||||
bin/springgraph
|
||||
man/man1/caff.1.gz
|
||||
man/man1/gpg-key2ps.1.gz
|
||||
man/man1/gpg-mailkeys.1.gz
|
||||
man/man1/gpglist.1.gz
|
||||
man/man1/gpgparticipants.1.gz
|
||||
man/man1/gpgsigs.1.gz
|
||||
man/man1/keyanalyze.1.gz
|
||||
man/man1/keylookup.1.gz
|
||||
man/man1/pgp-clean.1.gz
|
||||
man/man1/pgp-fixkey.1.gz
|
||||
man/man1/pgppubring.1.gz
|
||||
man/man1/process_keys.1.gz
|
||||
man/man1/sig2dot.1.gz
|
||||
man/man1/springgraph.1.gz
|
Loading…
Reference in a new issue