diff options
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 261bf93b577e..5712e3647dfc 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dopewars -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= games MASTER_SITES= http://dopewars.sourceforge.net/ \ http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ @@ -20,8 +20,7 @@ USE_X_PREFIX= yes CONFIGURE_ARGS= --enable-nls -post-install: - @${ECHO} "===> Documentation is installed in ${PREFIX}/share/doc/dopewars" - @${ECHO} "===> Run 'dopewars -h' for usage options." +DOPEWARS= ${PKGNAME} +PLIST_SUB= DOPEWARS=${DOPEWARS} .include <bsd.port.mk> |