diff options
author | jim <jim@FreeBSD.org> | 2001-06-20 02:01:14 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-06-20 02:01:14 +0800 |
commit | 0bf0ea8f6fdc96948617904804fdad0cefde2b32 (patch) | |
tree | 4bda1ae28fb3173440a40df2b8a8243f9abd0289 /games/dopewars | |
parent | d34facfff47534e2abe620361a1d1a394552dd04 (diff) | |
download | freebsd-ports-gnome-0bf0ea8f6fdc96948617904804fdad0cefde2b32.tar.gz freebsd-ports-gnome-0bf0ea8f6fdc96948617904804fdad0cefde2b32.tar.zst freebsd-ports-gnome-0bf0ea8f6fdc96948617904804fdad0cefde2b32.zip |
Update to version 1.5.1.
Diffstat (limited to 'games/dopewars')
-rw-r--r-- | games/dopewars/Makefile | 7 | ||||
-rw-r--r-- | games/dopewars/distinfo | 2 | ||||
-rw-r--r-- | games/dopewars/pkg-plist | 28 |
3 files changed, 18 insertions, 19 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> diff --git a/games/dopewars/distinfo b/games/dopewars/distinfo index 1356ecde5ccb..2134e5e0ec98 100644 --- a/games/dopewars/distinfo +++ b/games/dopewars/distinfo @@ -1 +1 @@ -MD5 (dopewars-1.5.0.tar.gz) = 0914387302dc7abee50f28715e9d7807 +MD5 (dopewars-1.5.1.tar.gz) = 358ae5cd526b42ddee1dc28201780e45 diff --git a/games/dopewars/pkg-plist b/games/dopewars/pkg-plist index 33797ecac07e..5d90a2540d49 100644 --- a/games/dopewars/pkg-plist +++ b/games/dopewars/pkg-plist @@ -1,16 +1,16 @@ bin/dopewars -share/doc/dopewars-1.5.0/aiplayer.html -share/doc/dopewars-1.5.0/clientplay.html -share/doc/dopewars-1.5.0/commandline.html -share/doc/dopewars-1.5.0/configfile.html -share/doc/dopewars-1.5.0/credits.html -share/doc/dopewars-1.5.0/developer.html -share/doc/dopewars-1.5.0/i18n.html -share/doc/dopewars-1.5.0/index.html -share/doc/dopewars-1.5.0/installation.html -share/doc/dopewars-1.5.0/metaserver.html -share/doc/dopewars-1.5.0/server.html -share/doc/dopewars-1.5.0/servercommands.html -share/doc/dopewars-1.5.0/windows.html +share/doc/%%DOPEWARS%%/aiplayer.html +share/doc/%%DOPEWARS%%/clientplay.html +share/doc/%%DOPEWARS%%/commandline.html +share/doc/%%DOPEWARS%%/configfile.html +share/doc/%%DOPEWARS%%/credits.html +share/doc/%%DOPEWARS%%/developer.html +share/doc/%%DOPEWARS%%/i18n.html +share/doc/%%DOPEWARS%%/index.html +share/doc/%%DOPEWARS%%/installation.html +share/doc/%%DOPEWARS%%/metaserver.html +share/doc/%%DOPEWARS%%/server.html +share/doc/%%DOPEWARS%%/servercommands.html +share/doc/%%DOPEWARS%%/windows.html share/dopewars.sco -@dirrm share/doc/dopewars-1.5.0 +@dirrm share/doc/%%DOPEWARS%% |