svn commit: r316307 - head/www/mod_perl2

Olli Hauer ohauer at FreeBSD.org
Tue Apr 23 05:11:58 UTC 2013


Author: ohauer
Date: Tue Apr 23 05:11:57 2013
New Revision: 316307
URL: http://svnweb.freebsd.org/changeset/ports/316307

Log:
  - fix leftover
  
  noted by pointyhat / miwi

Modified:
  head/www/mod_perl2/Makefile

Modified: head/www/mod_perl2/Makefile
==============================================================================
--- head/www/mod_perl2/Makefile	Tue Apr 23 03:45:02 2013	(r316306)
+++ head/www/mod_perl2/Makefile	Tue Apr 23 05:11:57 2013	(r316307)
@@ -95,6 +95,9 @@ post-patch:
 			-e "s|'bin', 'apxs'|'sbin', 'apxs'|" \
 			${WRKSRC}/lib/Apache2/Build.pm
 
+pre-configure:
+	@${FIND} ${WRKSRC} -type f \( -name \*.bak -o -name \*.orig \) -delete
+
 post-configure:
 	${REINPLACE_CMD} -e 's/-pthread -Wl,-E//g' \
 		${PATCH_WRKSRC}/xs/APR/APR/Makefile


More information about the svn-ports-all mailing list