diff options
author | obrien <obrien@FreeBSD.org> | 2001-11-01 07:00:29 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-11-01 07:00:29 +0800 |
commit | ef0b636c1a51530cdbc4c77aecb111df7e610601 (patch) | |
tree | 615dd5150ea3c75f3e3337fd2dca5cc141cf385d /lang/tcl84 | |
parent | 0771972e122e3b661f987f1b63ba897839949de1 (diff) | |
download | freebsd-ports-gnome-ef0b636c1a51530cdbc4c77aecb111df7e610601.tar.gz freebsd-ports-gnome-ef0b636c1a51530cdbc4c77aecb111df7e610601.tar.zst freebsd-ports-gnome-ef0b636c1a51530cdbc4c77aecb111df7e610601.zip |
Explicitly set the LATEST_LINK -- right now this port and tcl82 are
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Today tk82 won. :-( So lets fix the race condition. I hope the tcl port
maintainers will think thru this problem and its interaction with the tk
ports.
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index cce3eff48321..f0fc1f7d96fa 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org +LATEST_LINK= tcl83 PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} WRKSRC= ${WRKDIR}/${DISTNAME}/unix INSTALLS_SHLIB= yes |