aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-04 21:45:36 +0800
committerbapt <bapt@FreeBSD.org>2014-04-04 21:45:36 +0800
commit84861ef187d5866ba80b4c21fe1b35fdedf48fc4 (patch)
tree034c3ad37019769be1cb395215b1acd2222f037c /math
parent4a958cd4d995fd80cd256815e9feefedc7157b26 (diff)
downloadfreebsd-ports-gnome-84861ef187d5866ba80b4c21fe1b35fdedf48fc4.tar.gz
freebsd-ports-gnome-84861ef187d5866ba80b4c21fe1b35fdedf48fc4.tar.zst
freebsd-ports-gnome-84861ef187d5866ba80b4c21fe1b35fdedf48fc4.zip
Remove useless post-patch-script in append it to post-patch
change -exec ${RM} by -delete in the find command
Diffstat (limited to 'math')
-rw-r--r--math/fftw3/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index 628b99acfa34..60e34baac2a9 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -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