mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
security/signing-party: Eliminate unnecessarily post-extraction
The standard extraction target works fine; use it with NO_WRKSUBDIR. This is part of ongoing effort to improve infrastructure extraction.
This commit is contained in:
parent
e43af87d1c
commit
891b6976cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355764
@ -23,12 +23,11 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
|
||||
p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
|
||||
p5-GD>=0:${PORTSDIR}/graphics/p5-GD
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}
|
||||
|
||||
CONFLICTS_INSTALL=sig2dot-[0-9]* springgraph-[0-9]*
|
||||
|
||||
USES= perl5 gmake shebangfix
|
||||
SHEBANG_FILES= ${SCRIPTS}
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
BINS= keyanalyze/keyanalyze keyanalyze/process_keys
|
||||
SCRIPTS= caff/caff caff/pgp-clean caff/pgp-fixkey gpglist/gpglist \
|
||||
@ -42,11 +41,6 @@ PORTEXAMPLES= ${EXAMPLES:T}
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${EXTRACT_ONLY} \
|
||||
${EXTRACT_AFTER_ARGS} -C ${WRKSRC}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/share/doc/signing-party/caff/caffrc\.sample|${EXAMPLESDIR}/caffrc.sample|' \
|
||||
${WRKSRC}/caff/caff
|
||||
|
Loading…
Reference in New Issue
Block a user