mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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)
This commit is contained in:
parent
f90e5198b5
commit
7288ce9333
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18626
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vtcl/current.tar.gz) = bc01190f815a5aeb67f87c3ee72b64cd
|
||||
MD5 (vtcl-1.2.0.tar.gz) = bc01190f815a5aeb67f87c3ee72b64cd
|
||||
|
Loading…
Reference in New Issue
Block a user