svn commit: r345009 - head/devel/subversion
Martin Wilke
miwi at FreeBSD.org
Wed Feb 19 07:24:00 UTC 2014
Author: miwi
Date: Wed Feb 19 07:23:59 2014
New Revision: 345009
URL: http://svnweb.freebsd.org/changeset/ports/345009
QAT: https://qat.redports.org/buildarchive/r345009/
Log:
- Fix stage support
Modified:
head/devel/subversion/Makefile.common
Modified: head/devel/subversion/Makefile.common
==============================================================================
--- head/devel/subversion/Makefile.common Wed Feb 19 07:17:46 2014 (r345008)
+++ head/devel/subversion/Makefile.common Wed Feb 19 07:23:59 2014 (r345009)
@@ -118,4 +118,6 @@ post-patch:
| ${XARGS} ${REINPLACE_CMD} -e '1s|#\!/bin/b|#\!/usr/local/bin/b|' \
-e '1s|#\!/bin/env|#\!/usr/bin/env|' \
-e '1s|#\!/usr/bin/p|#\!/usr/local/bin/p|'
+# remove all .bak files to clean the stage
+ ${FIND} ${WRKSRC} -name '*.bak' -delete
More information about the svn-ports-all
mailing list