svn commit: r363321 - in head/ports-mgmt/portcheckout: . files
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 29 13:43:44 UTC 2014
Author: adamw
Date: Tue Jul 29 13:43:43 2014
New Revision: 363321
URL: http://svnweb.freebsd.org/changeset/ports/363321
QAT: https://qat.redports.org/buildarchive/r363321/
Log:
Stage, and pull the patches into a sed command.
Deleted:
head/ports-mgmt/portcheckout/files/
Modified:
head/ports-mgmt/portcheckout/Makefile
Modified: head/ports-mgmt/portcheckout/Makefile
==============================================================================
--- head/ports-mgmt/portcheckout/Makefile Tue Jul 29 13:39:34 2014 (r363320)
+++ head/ports-mgmt/portcheckout/Makefile Tue Jul 29 13:43:43 2014 (r363321)
@@ -11,10 +11,12 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Checkout and build ports and all depending ports
USES= shebangfix perl5
-SHEBANG_FILES= portcheckout.pl
-MAN1= portcheckout.1
-MANCOMPRESSED= maybe
-PLIST_FILES= bin/portcheckout
+SHEBANG_FILES= ${PORTNAME}.pl
+PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+
+post-patch:
+ ${REINPLACE_CMD} -e 's/cvs checkout/& -P/g; \
+ s/\(exec\) \(pod2text\)/\1 "\2"/;' \
+ ${WRKSRC}/${PORTNAME}.pl
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list