diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 14:43:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 14:43:02 +0800 |
commit | 6599d6b639f394c76bd685334176d0ea473272f6 (patch) | |
tree | 87290a24dc693e032af86ef10d80bb0e033177d2 /games/gemdropx | |
parent | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (diff) | |
download | freebsd-ports-gnome-6599d6b639f394c76bd685334176d0ea473272f6.tar.gz freebsd-ports-gnome-6599d6b639f394c76bd685334176d0ea473272f6.tar.zst freebsd-ports-gnome-6599d6b639f394c76bd685334176d0ea473272f6.zip |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'games/gemdropx')
-rw-r--r-- | games/gemdropx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index e076fe244fb1..c0aabe38d6fd 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gemdropx -# Version required: 0.7 # Date created: 9 March 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= gemdropx-0.7 +PORTNAME= gemdropx +PORTVERSION= 0.7 CATEGORIES= games MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/ |