diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:37:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:37:30 +0000 |
commit | 9e7dfaedd510f5ffca95c686782b78ea56c43ca8 (patch) | |
tree | 2bbf2f1971a19a56cafdd131ecaf5fea393604f4 /x11/tkXwin | |
parent | 1cad4067cd20cc884e417c0c46461eddf39fb462 (diff) |
[PATCH] x11/tkXwin: UNBREAK (fix fetch)
Use MASTER_SITES_SOURCEFORGE as MASTER_SITES and fix fetching. [1]
Maintainer probably knows this port is outdated by 3 new versions.
Reported by: fenner's distfiles survey [1]
PR: ports/94871
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: Denis Shaposhnikov <dsh@vlink.ru>
Notes
Notes:
svn path=/head/; revision=158923
Diffstat (limited to 'x11/tkXwin')
-rw-r--r-- | x11/tkXwin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/tkXwin/Makefile b/x11/tkXwin/Makefile index 8651a8a757ba..3dfd8bb25c03 100644 --- a/x11/tkXwin/Makefile +++ b/x11/tkXwin/Makefile @@ -9,7 +9,8 @@ PORTNAME= tkXwin PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://beepcore-tcl.sourceforge.net/ +MASTER_SITES= ${MASTER_SITES_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= dsh@vlink.ru |