diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-04 20:57:58 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-04 20:57:58 +0000 |
commit | 915f8aa36cc5135081c9cc0c5f2bc679104e10e7 (patch) | |
tree | 3ddaca71921b02047f9ed5e1ea9e9aa5d993b2f7 /games/marsnomercy/Makefile | |
parent | 9d7cf352cf9cf117f38756224c30514f6bc4b232 (diff) |
Notes
Diffstat (limited to 'games/marsnomercy/Makefile')
-rw-r--r-- | games/marsnomercy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/marsnomercy/Makefile b/games/marsnomercy/Makefile index 3b7a874e11d7..3d1c7fc52bf8 100644 --- a/games/marsnomercy/Makefile +++ b/games/marsnomercy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= marsnomercy -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mars @@ -20,6 +20,7 @@ BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons USE_GL= yes USE_SDL= sdl image ttf MAKE_ENV= CC="${CC}" CXX="${CXX}" +SCONS_ARGS= prefix=${PREFIX} PLIST= ${WRKDIR}/pkg-plist PLIST_FILES= bin/mars-nomercy libexec/mars |