svn commit: r350121 - head/math/fftw3

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 4 13:45:37 UTC 2014


Author: bapt
Date: Fri Apr  4 13:45:36 2014
New Revision: 350121
URL: http://svnweb.freebsd.org/changeset/ports/350121
QAT: https://qat.redports.org/buildarchive/r350121/

Log:
  Remove useless post-patch-script in append it to post-patch
  change -exec ${RM} by -delete in the find command

Modified:
  head/math/fftw3/Makefile

Modified: head/math/fftw3/Makefile
==============================================================================
--- head/math/fftw3/Makefile	Fri Apr  4 13:43:53 2014	(r350120)
+++ head/math/fftw3/Makefile	Fri Apr  4 13:45:36 2014	(r350121)
@@ -124,10 +124,7 @@ post-patch:
 	/[^\]$$/s/[^[:blank:]]*fftw-wisdom-to-conf[^[:blank:]]*//' \
 		${WRKSRC}/tools/Makefile.in
 .endif
-
-post-patch-script:
-	@${FIND} ${WRKSRC} -type f \( -name \*.bak -or -name \*.orig \) \
-	-exec ${RM} -f {} \;
+	@${FIND} ${WRKSRC} -type f \( -name \*.bak -or -name \*.orig \) -delete
 
 post-configure:
 #After issuing --disable-fortran in order to avoid using a Fortran compiler


More information about the svn-ports-all mailing list