diff options
author | mat <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
commit | 316cf6317eb621c4567d3b8e337fa9ba3097ea56 (patch) | |
tree | 5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /databases/pgfouine/Makefile | |
parent | 5b45061f15be292aed8143f0ec15163936e69baf (diff) | |
download | FreeBSD-ports-316cf6317eb621c4567d3b8e337fa9ba3097ea56.zip FreeBSD-ports-316cf6317eb621c4567d3b8e337fa9ba3097ea56.tar.gz |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Diffstat (limited to 'databases/pgfouine/Makefile')
-rw-r--r-- | databases/pgfouine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pgfouine/Makefile b/databases/pgfouine/Makefile index 7fd2a89..d949eb0 100644 --- a/databases/pgfouine/Makefile +++ b/databases/pgfouine/Makefile @@ -19,7 +19,7 @@ pre-configure: ${REINPLACE_CMD} -e 's,/usr/bin/php,${LOCALBASE}/bin/php,g;' \ -e 's,!!PREFIX!!,${PREFIX},g' \ ${WRKSRC}/pgfouine.php ${WRKSRC}/pgfouine_vacuum.php - ${FIND} -d ${WRKSRC} -type d -name 'CVS' -exec ${RM} -rf {} \; + ${FIND} -d ${WRKSRC} -type d -name 'CVS' -exec ${RM} -r {} \; do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pgfouine.php ${STAGEDIR}${PREFIX}/bin/pgfouine |