diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2008-03-01 15:38:25 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2008-03-01 15:38:25 +0000 |
commit | f51feb1450a4b27d15fa93b27f954194bb30403d (patch) | |
tree | fb4963b8b85a46249c8c9e0f426d7f4bf260a316 /x11/xwit | |
parent | f1a279d32946ad46c232b2a862184b0c9d988960 (diff) | |
download | ports-f51feb1450a4b27d15fa93b27f954194bb30403d.tar.gz ports-f51feb1450a4b27d15fa93b27f954194bb30403d.zip |
Use MASTER_SITE_XCONTRIB.
Notes
Notes:
svn path=/head/; revision=208276
Diffstat (limited to 'x11/xwit')
-rw-r--r-- | x11/xwit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index 8d48dc9d6cb3..dde580bf44c8 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -9,8 +9,8 @@ PORTNAME= xwit PORTVERSION= 3.4 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://downloads.planetmirror.com/pub/x11/contrib/utilities/ \ - http://www.netsw.org/x11/tools/internal/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR = utilities MAINTAINER= tg@FreeBSD.org COMMENT= X interface tool |