summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Gallery
diff options
context:
space:
mode:
authorhans <hans>2012-02-02 09:38:24 +0000
committerhans <hans>2012-02-02 09:38:24 +0000
commit433546fd7897d7e028e530f2c8bfa5443a2fea6e (patch)
treeffb646e0970f4006249b198a0cf23164d568ecbc /www/p5-Apache-Gallery
parentcf665870d1d88389a750d7d30cf474870d1358ec (diff)
downloadpkgsrc-433546fd7897d7e028e530f2c8bfa5443a2fea6e.tar.gz
Use ${RM} -f to avoid failure if no files are found to be removed.
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r--www/p5-Apache-Gallery/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index 8774d302b40..1b9aef09e2e 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2011/11/01 06:02:47 sbd Exp $
+# $NetBSD: Makefile,v 1.50 2012/02/02 09:47:19 hans Exp $
#
DISTNAME= Apache-Gallery-0.9.1
@@ -72,7 +72,7 @@ post-patch:
${WRKSRC}/htdocs/gallery-new.css
pre-configure:
- ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
post-build:
@for j in default new; \