diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-08 18:26:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-08 18:26:59 +0800 |
commit | 41438123832addfdf9343cf429946c9e31a609ed (patch) | |
tree | 232b1da864f4fc45c9dcc4a77f9a8e4d1783df41 /games | |
parent | 4457d9861dc45285f48d472b19d6e0427e531d84 (diff) | |
download | freebsd-ports-gnome-41438123832addfdf9343cf429946c9e31a609ed.tar.gz freebsd-ports-gnome-41438123832addfdf9343cf429946c9e31a609ed.tar.zst freebsd-ports-gnome-41438123832addfdf9343cf429946c9e31a609ed.zip |
- Use USE_X_PREFIX
- Bump PORTREVISION
Diffstat (limited to 'games')
-rw-r--r-- | games/sdlsand/Makefile | 2 | ||||
-rw-r--r-- | games/trimines/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/sdlsand/Makefile b/games/sdlsand/Makefile index d017be8bee62..8be58ebb5fbb 100644 --- a/games/sdlsand/Makefile +++ b/games/sdlsand/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdlsand PORTVERSION= 20060207 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +18,7 @@ COMMENT= Simulation of falling sand and other materials USE_ZIP= yes USE_SDL= sdl +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME}/SDL\ Sand/SDL\ Sand diff --git a/games/trimines/Makefile b/games/trimines/Makefile index 88359926f7bb..9b0e8eb2c18c 100644 --- a/games/trimines/Makefile +++ b/games/trimines/Makefile @@ -7,6 +7,7 @@ PORTNAME= trimines PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.freewebs.com/trimines/ @@ -15,6 +16,7 @@ COMMENT= Mine sweeper game that uses triangles instead of squares USE_SDL= sdl USE_GCC= 3.4+ +USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/gfx.c |