diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 429158af25cb05709764d4c6fe0104616975ac77 (patch) | |
tree | 9e9cb106a6ea302a7f591288518ee4b0522e76e8 /games/dopewars/Makefile | |
parent | 935870e192795a0db5cb9ead5131241e4a62f235 (diff) | |
download | ports-429158af25cb05709764d4c6fe0104616975ac77.tar.gz ports-429158af25cb05709764d4c6fe0104616975ac77.zip |
PORTNAME/PORTVERSION stuff
Notes
Notes:
svn path=/head/; revision=27507
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 0430ccd28f91..279286041313 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: dopewars -# Version required: 1.4.7 # Date created: 16 May 1999 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= dopewars-1.4.7 +PORTNAME= dopewars +PORTVERSION= 1.4.7 CATEGORIES= games MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ |