summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-22 06:39:54 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-22 06:39:54 +0000
commit6d15edc9bead053cb560437ee0fea5d0b858fc38 (patch)
treeb8d83d007fd667011e294b0d8bd7686f862a56d7 /games/rocksndiamonds/Makefile
parentMake portlint(1) happy, no actual changes. (diff)
Update rocksndiamonds to 2.1.1
PR: 54638 Submitted by: Ulrich Spoerlein <q@uni.de> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=85342
Diffstat (limited to '')
-rw-r--r--games/rocksndiamonds/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index f08ebaae8648..540cca26d6b8 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rocksndiamonds
-PORTVERSION= 2.0.1
+PORTVERSION= 2.1.1
CATEGORIES= games
MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ \
http://homepages.compuserve.de/rocksndiamonds/
@@ -22,6 +22,7 @@ MAKE_ARGS+= sdl
USE_XLIB= yes
USE_GMAKE= yes
+USE_REINPLACE= yes
MAKE_ENV+= RO_GAME_DIR=${GAME_DIR} RW_GAME_DIR=${GAME_DIR}/scores \
X11_PATH=${X11BASE} OPTIONS="${CFLAGS}"
.if ${MACHINE_ARCH} == "alpha"
@@ -33,7 +34,7 @@ DOC_DIR=${PREFIX}/share/doc/rocksndiamonds
.if defined(WITH_SDL)
pre-patch:
- @${PERL} -pi.orig -e 's:sdl-config:sdl11-config:g' ${WRKSRC}/src/Makefile
+ @${REINPLACE_CMD} -e 's:sdl-config:sdl11-config:g' ${WRKSRC}/src/Makefile
.endif
do-install: