diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:59:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:59:11 +0000 |
commit | ddafb9ecf264e15c08ce0ca39c1a576afe4523a4 (patch) | |
tree | c9663a8fcf4fcffda49da7f2a4f1311037c6a484 /games/trimines | |
parent | f537e495f68473510028eb0970903c939fb1ee42 (diff) | |
download | ports-ddafb9ecf264e15c08ce0ca39c1a576afe4523a4.tar.gz ports-ddafb9ecf264e15c08ce0ca39c1a576afe4523a4.zip |
Notes
Diffstat (limited to 'games/trimines')
-rw-r--r-- | games/trimines/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/trimines/Makefile b/games/trimines/Makefile index 1d2c695ac730..39cb1b75d756 100644 --- a/games/trimines/Makefile +++ b/games/trimines/Makefile @@ -7,17 +7,15 @@ PORTNAME= trimines PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.freewebs.com/trimines/ \ http://www.amdmi3.ru/distfiles/ - + MAINTAINER= amdmi3@amdmi3.ru 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 |