diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-27 22:56:57 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-27 22:56:57 +0000 |
commit | 9f19fd7b1243e7b0617ce035f93ca1bf2e17de3c (patch) | |
tree | 0294e54cdd0b9c16d48080ade05f785a55760a7d /x11 | |
parent | cab13d66dfae1bed1696b6975263c99babecae1a (diff) | |
download | ports-9f19fd7b1243e7b0617ce035f93ca1bf2e17de3c.tar.gz ports-9f19fd7b1243e7b0617ce035f93ca1bf2e17de3c.zip |
Use MASTER_SITES_XCONTRIB instead of hard-coding MASTER_SITES.
Noticed by: linimon
Notes
Notes:
svn path=/head/; revision=89585
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile index 3f9458902e88..10af29b38034 100644 --- a/x11/xmon/Makefile +++ b/x11/xmon/Makefile @@ -8,8 +8,8 @@ PORTNAME= xmon PORTVERSION= 1.5.6 CATEGORIES= x11 -MASTER_SITES= http://www.ibiblio.org/pub/X11/contrib/devel_tools/ \ - ftp://ftp.x.org/contrib/devel_tools/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= devel_tools DISTNAME= xmon.${PORTVERSION} MAINTAINER= bms@spc.org |