summaryrefslogtreecommitdiff
path: root/games/clanbomber
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-23 15:09:52 +0000
committerwiz <wiz>2001-01-23 15:09:52 +0000
commitc6b71dccffe2227dcedb746c97d3560d1ebf6d26 (patch)
treee00d001bfbe7e24178a392983cdc80e243bcce28 /games/clanbomber
parentf1fbb24d736af0437e17553d209c2f53d7fd1c53 (diff)
downloadpkgsrc-c6b71dccffe2227dcedb746c97d3560d1ebf6d26.tar.gz
echo -> ${ECHO}; s/^a // in COMMENT.
Diffstat (limited to 'games/clanbomber')
-rw-r--r--games/clanbomber/Makefile6
-rw-r--r--games/clanbomber/pkg/COMMENT2
2 files changed, 4 insertions, 4 deletions
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile
index 829f536f702..2a8e9dbadb2 100644
--- a/games/clanbomber/Makefile
+++ b/games/clanbomber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/01/04 01:08:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/01/23 15:09:52 wiz Exp $
DISTNAME= clanbomber-1.01
PKGNAME= ${DISTNAME}nb1
@@ -24,8 +24,8 @@ IS_INTERACTIVE= yes
.endif
pre-configure:
- echo "#define BOMBERDATDIR \"${X11BASE}/share/clanbomber/clanbomber.dat\"" >> ${WRKSRC}/config.h.in
- echo "#define BOMBERMAPS \"${X11BASE}/share/clanbomber/maps\"" >> ${WRKSRC}/config.h.in
+ ${ECHO} "#define BOMBERDATDIR \"${X11BASE}/share/clanbomber/clanbomber.dat\"" >> ${WRKSRC}/config.h.in
+ ${ECHO} "#define BOMBERMAPS \"${X11BASE}/share/clanbomber/maps\"" >> ${WRKSRC}/config.h.in
pre-build:
@if [ "${DISPLAY}" = "" ]; then \
diff --git a/games/clanbomber/pkg/COMMENT b/games/clanbomber/pkg/COMMENT
index 5bf8c7429a6..5cead319efd 100644
--- a/games/clanbomber/pkg/COMMENT
+++ b/games/clanbomber/pkg/COMMENT
@@ -1 +1 @@
-a bomberman clone using the ClanLib graphics system
+Bomberman clone using the ClanLib graphics system