summaryrefslogtreecommitdiff
path: root/sysutils/wmavgload
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-23 13:50:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-23 13:50:15 +0000
commit349fdd9ec371ce3473ae5d99a8f410efd4ea9d43 (patch)
tree8925ce125e54503d8192171a44f3251ed8bb0e32 /sysutils/wmavgload
parent- Support LOCALBASE properly (in setting path to custom wish script) (diff)
- Use MASTER_SITE_WINDOWMAKER to MASTER_SITES
PR: 19471 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=29810
Diffstat (limited to 'sysutils/wmavgload')
-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>