diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 08:45:49 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 08:45:49 +0800 |
commit | 0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8 (patch) | |
tree | 6a9eecf5c996622bdb9a53dcf4bd868e5d3c2e38 /games/connect4 | |
parent | 0f29953274700e3113ef38abbe8132e0b248333d (diff) | |
download | freebsd-ports-gnome-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.tar.gz freebsd-ports-gnome-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.tar.zst freebsd-ports-gnome-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.zip |
update portname/portversion stuff (games commit part 1, a-c)
Diffstat (limited to 'games/connect4')
-rw-r--r-- | games/connect4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/connect4/Makefile b/games/connect4/Makefile index 9ac2d481d9af..00d097d624f6 100644 --- a/games/connect4/Makefile +++ b/games/connect4/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: connect4 -# Version required: 3.2 # Date created: Thu May 8 16:41:01 EST 1997 # Whom: Joel Sutton <jsutton@bbcon.com.au> # # $FreeBSD$ # -DISTNAME= connect4 -PKGNAME= connect4-3.2 +PORTNAME= connect4 +PORTVERSION= 3.2 CATEGORIES= games MASTER_SITES= ftp://ftp.gu.kiev.ua/pub/cdrom5/games/volume6/ \ ftp://scitsc.wlv.ac.uk/pub/infomagic/usenet/games/volume6/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= "" MAINTAINER= jsutton@bbcon.com.au |