summaryrefslogtreecommitdiff
path: root/x11/xpkgwedge/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-08-09 23:16:18 +0000
committertron <tron@pkgsrc.org>1998-08-09 23:16:18 +0000
commit407157e9b6a6235589d869d0720d38daa72564e9 (patch)
tree0fd3cfc32a43977ae9228a4cfc0781868d312e50 /x11/xpkgwedge/Makefile
parent2c7ecc3bbefe6a6c3c11864263f2a3fdbf1dd38f (diff)
downloadpkgsrc-407157e9b6a6235589d869d0720d38daa72564e9.tar.gz
"make clean" shouldn't fail if nothing was built so far.
Diffstat (limited to 'x11/xpkgwedge/Makefile')
-rw-r--r--x11/xpkgwedge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpkgwedge/Makefile b/x11/xpkgwedge/Makefile
index 639ec5912ad..9b4fa7e4277 100644
--- a/x11/xpkgwedge/Makefile
+++ b/x11/xpkgwedge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/07/31 19:30:49 tv Exp $
+# $NetBSD: Makefile,v 1.7 1998/08/09 23:16:18 tron Exp $
#
DISTNAME= xpkgwedge-0.4
@@ -31,7 +31,7 @@ pre-install:
> ${PKGDIR}/MESSAGE
pre-clean:
- @${RM} ${PKGDIR}/MESSAGE
+ @${RM} -f ${PKGDIR}/MESSAGE
.include "../../mk/bsd.pkg.mk"