diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-06-19 18:01:14 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-06-19 18:01:14 +0000 |
commit | 1ba170de3e11a03e0d2ce788f21d14fdb77cb458 (patch) | |
tree | 64c324643d6af529bfcd0e30e304132967a836dd /games/dopewars/Makefile | |
parent | Update to 1.0.1. (diff) |
Update to version 1.5.1.
Notes
Notes:
svn path=/head/; revision=44232
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> |