svn commit: r355764 - head/security/signing-party
John Marino
marino at FreeBSD.org
Fri May 30 00:45:07 UTC 2014
Author: marino
Date: Fri May 30 00:45:06 2014
New Revision: 355764
URL: http://svnweb.freebsd.org/changeset/ports/355764
QAT: https://qat.redports.org/buildarchive/r355764/
Log:
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.
Modified:
head/security/signing-party/Makefile
Modified: head/security/signing-party/Makefile
==============================================================================
--- head/security/signing-party/Makefile Fri May 30 00:43:17 2014 (r355763)
+++ head/security/signing-party/Makefile Fri May 30 00:45:06 2014 (r355764)
@@ -23,12 +23,11 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gn
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
More information about the svn-ports-head
mailing list