diff options
author | kris <kris@FreeBSD.org> | 1999-05-09 12:00:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-05-09 12:00:21 +0800 |
commit | b28a208093b9f965244498f582a6c1d486a34f5d (patch) | |
tree | 8cc12bfaf1ef9479a1eef57230c313187162d8e3 /devel | |
parent | 0bd54f7307e2a998af86cdd1f40d767139e0c507 (diff) | |
download | freebsd-ports-gnome-b28a208093b9f965244498f582a6c1d486a34f5d.tar.gz freebsd-ports-gnome-b28a208093b9f965244498f582a6c1d486a34f5d.tar.zst freebsd-ports-gnome-b28a208093b9f965244498f582a6c1d486a34f5d.zip |
Unbreak by pointing at the correct distfile. There's now a
vtcl-1.2.0.tar.gz so use that instead of current.tar.gz in a DIST_SUBDIR.
Also the package is renamed in line with the distfile name (1.20 -> 1.2.0)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/vtcl/Makefile | 13 | ||||
-rw-r--r-- | devel/vtcl/distinfo | 2 |
2 files changed, 5 insertions, 10 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index 61838e8a3bcc..3265371db6ee 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -1,25 +1,20 @@ # New ports collection makefile for: vtcl -# Version required: 1.20 +# Version required: 1.2.0 # Date Created: 29 May 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.14 1999/01/20 01:36:03 asami Exp $ +# $Id: Makefile,v 1.15 1999/05/06 21:06:08 billf Exp $ # -DISTNAME= current -PKGNAME= vtcl-1.20 +DISTNAME= vtcl-1.2.0 CATEGORIES= devel tk80 -MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ - ftp://ftp.neuron.com/pub/ +MASTER_SITES= ftp://ftp.neuron.com/pub/vtcl/development/1.2/ MAINTAINER= vanilla@FreeBSD.ORG RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 -BROKEN= "the MASTER_SITES have disappeared." -WRKSRC= ${WRKDIR}/${PKGNAME} NO_BUILD= yes -DIST_SUBDIR= ${PKGNAME} do-install: @ ${MKDIR} ${PREFIX}/lib/vtcl/images diff --git a/devel/vtcl/distinfo b/devel/vtcl/distinfo index ae6f9dfcedcf..685c7c06176f 100644 --- a/devel/vtcl/distinfo +++ b/devel/vtcl/distinfo @@ -1 +1 @@ -MD5 (vtcl/current.tar.gz) = bc01190f815a5aeb67f87c3ee72b64cd +MD5 (vtcl-1.2.0.tar.gz) = bc01190f815a5aeb67f87c3ee72b64cd |