diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 6599d6b639f394c76bd685334176d0ea473272f6 (patch) | |
tree | 87290a24dc693e032af86ef10d80bb0e033177d2 /games/dontspace | |
parent | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (diff) | |
download | FreeBSD-ports-6599d6b639f394c76bd685334176d0ea473272f6.zip FreeBSD-ports-6599d6b639f394c76bd685334176d0ea473272f6.tar.gz |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'games/dontspace')
-rw-r--r-- | games/dontspace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index 7fcd8f1..d4659bf 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: dontspace -# Version required: 1.2 # Date created: 26-Apr-97 # Whom: johnh@isi.edu # # $FreeBSD$ # -DISTNAME= dontspace-1.2 +PORTNAME= dontspace +PORTVERSION= 1.2 CATEGORIES= games tk82 MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ |