diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-05-15 20:54:22 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-05-15 20:54:22 +0000 |
commit | 4eb4e68c14ced9852cd9065f89658ad1174ad136 (patch) | |
tree | ddb2ee85f29d68d234d9f3d5a5fe5342735ca960 /games/dopewars/Makefile | |
parent | Update to 0.5.0. (diff) |
Update to 1.5.6.
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=59202
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 66f1410b1c91..15223dfe4d65 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -6,10 +6,12 @@ # PORTNAME= dopewars -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.6 CATEGORIES= games -MASTER_SITES= http://dopewars.sourceforge.net/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ +MASTER_SITE_SUBDIR= dopewars + MAINTAINER= petef@FreeBSD.org USE_GMAKE= yes |