aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-23 21:50:15 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-23 21:50:15 +0800
commit3916588606ec248ee19ffa1a78d34d966044f8de (patch)
tree01a0da792ca25db9ba985bfff6d4c7c96e5a1648 /sysutils
parent75802943a41a8d04904b4f8f73577c1e1f41bd19 (diff)
downloadfreebsd-ports-gnome-3916588606ec248ee19ffa1a78d34d966044f8de.tar.gz
freebsd-ports-gnome-3916588606ec248ee19ffa1a78d34d966044f8de.tar.zst
freebsd-ports-gnome-3916588606ec248ee19ffa1a78d34d966044f8de.zip
- Use MASTER_SITE_WINDOWMAKER to MASTER_SITES
PR: 19471 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wmavgload/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/wmavgload/Makefile b/sysutils/wmavgload/Makefile
index 4a920938e82a..2a8e0153c7c1 100644
--- a/sysutils/wmavgload/Makefile
+++ b/sysutils/wmavgload/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: wmavgload
-# Date created: 20 July 1998
-# Whom: Vladimir Kushnir <kushn@mail.kar.net>
+# New ports collection makefile for: wmavgload
+# Date created: 20 July 1998
+# Whom: Vladimir Kushnir <kushn@mail.kar.net>
#
# $FreeBSD$
#
@@ -8,13 +8,14 @@
PORTNAME= wmavgload
PORTVERSION= 0.7.0
CATEGORIES= sysutils windowmaker
-MASTER_SITES= ftp://ftp.windowmaker.org/pub/contrib/srcs/utils/
+MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
+MASTER_SITE_SUBDIR= contrib/srcs/utils
MAINTAINER= kushn@mail.kar.net
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-USE_IMAKE= yes
+USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>