diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 08:45:49 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 08:45:49 +0800 |
commit | 7f047fb68c725cde8ffd2b76c7784a17080c7b8b (patch) | |
tree | 2e4ab8ff34a1d977d16bd740d03383b65233604d /games/connect4 | |
parent | a9d06ce8636b7acb5906bac2a80fb92f5e2afd05 (diff) | |
download | freebsd-ports-gnome-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.tar.gz freebsd-ports-gnome-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.tar.zst freebsd-ports-gnome-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.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 |