diff options
-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 |