diff options
author | tron <tron> | 2003-04-28 16:27:40 +0000 |
---|---|---|
committer | tron <tron> | 2003-04-28 16:27:40 +0000 |
commit | 687900c51de3a35f5227f979162625fedd62aaf7 (patch) | |
tree | 9ad08383765faf401aebdd0b171ee6feb5e53116 /graphics | |
parent | c3be5f287e88e4141abb0b1c4b709175768459db (diff) | |
download | pkgsrc-687900c51de3a35f5227f979162625fedd62aaf7.tar.gz |
Make arguments to "${RM}" consistent in all make targets.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
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} && \ |