Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 13:45:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350121 - head/math/fftw3
Message-ID:  <201404041345.s34DjbGC009182@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041345.s34DjbGC009182>