summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-04-28 16:27:40 +0000
committertron <tron@pkgsrc.org>2003-04-28 16:27:40 +0000
commitbd90c42bcce86fa8f0d6ec8cd04e0e4cac5fc12e (patch)
tree9ad08383765faf401aebdd0b171ee6feb5e53116 /graphics
parent03dbaf1f9c04835a82afaf2ec82527879395e229 (diff)
downloadpkgsrc-bd90c42bcce86fa8f0d6ec8cd04e0e4cac5fc12e.tar.gz
Make arguments to "${RM}" consistent in all make targets.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 25371ed6aac..9deb0670172 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2003/04/28 16:24:32 tron Exp $
+# $NetBSD: Makefile,v 1.71 2003/04/28 16:27:40 tron Exp $
DISTNAME= netpbm-10.11.8
CATEGORIES= graphics
@@ -39,7 +39,7 @@ pre-configure:
${CP} ${WRKSRC}/Makefile.config.in ${WRKSRC}/Makefile.config
pre-install:
- ${RM} -rf ${STAGEDIR}
+ ${RM} -fr ${STAGEDIR}
post-install:
cd ${STAGEDIR} && \