summaryrefslogtreecommitdiff
path: root/games/quake6
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-02-01 17:11:17 +0000
committeritojun <itojun@pkgsrc.org>2000-02-01 17:11:17 +0000
commit00c291afebffe5ff210aba23364a35cf222b5ae5 (patch)
tree370aa1555eb451f67d5a4feb224baca2e3c2e5e7 /games/quake6
parent21e3c7768d106f9cfa08a9ee7a44ede5e3ec5327 (diff)
downloadpkgsrc-00c291afebffe5ff210aba23364a35cf222b5ae5.tar.gz
make pkglint more happy
Diffstat (limited to 'games/quake6')
-rw-r--r--games/quake6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile
index be29b6efe89..9404deaf055 100644
--- a/games/quake6/Makefile
+++ b/games/quake6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/02/01 17:08:48 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2000/02/01 17:11:17 itojun Exp $
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
@@ -15,7 +15,7 @@ HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml
WRKSRC= ${WRKDIR}/quakeforge
post-extract:
- (cd ${WRKSRC}; find . -name \*.o -exec ${RM} {} \;)
+ (cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \;)
(cd ${WRKSRC}; ${RM} config.cache)
USE_GMAKE= yes