diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-22 14:39:54 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-22 14:39:54 +0800 |
commit | b8ee6344c457ea252ba24cb09509fc99838530fa (patch) | |
tree | 35af63d6c4c537c8d7d566c5d5b74a1d14899e74 /games/rocksndiamonds/Makefile | |
parent | ceb33f1753acc0d40d6db8c64170e239678743ce (diff) | |
download | freebsd-ports-gnome-b8ee6344c457ea252ba24cb09509fc99838530fa.tar.gz freebsd-ports-gnome-b8ee6344c457ea252ba24cb09509fc99838530fa.tar.zst freebsd-ports-gnome-b8ee6344c457ea252ba24cb09509fc99838530fa.zip |
Update rocksndiamonds to 2.1.1
PR: 54638
Submitted by: Ulrich Spoerlein <q@uni.de>
Approved by: maintainer
Diffstat (limited to 'games/rocksndiamonds/Makefile')
-rw-r--r-- | games/rocksndiamonds/Makefile | 5 |
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: |