summaryrefslogtreecommitdiff
path: root/sysutils/wmavgload
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-10 14:25:35 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-10 14:25:35 +0000
commitba847cf7585a490337ae53afb9c88a9eeeaaf359 (patch)
tree3e590cb58a025066b025a53f1ae94604f4f81828 /sysutils/wmavgload
parent- Update MASTER_SITES and WWW: line (diff)
- Fix MASTER_SITES
PR: ports/64048 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=103532
Diffstat (limited to 'sysutils/wmavgload')
-rw-r--r--sysutils/wmavgload/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/wmavgload/Makefile b/sysutils/wmavgload/Makefile
index 241419d0440c..d717c07152bc 100644
--- a/sysutils/wmavgload/Makefile
+++ b/sysutils/wmavgload/Makefile
@@ -9,15 +9,16 @@ PORTNAME= wmavgload
PORTVERSION= 0.7.0
CATEGORIES= sysutils windowmaker
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
-MASTER_SITE_SUBDIR= contrib/srcs/utils
+MASTER_SITE_SUBDIR= contrib/old/srcs/utils
MAINTAINER= ports@FreeBSD.org
COMMENT= Another WindowMaker load gauge
USE_IMAKE= yes
USE_XPM= yes
+ALL_TARGET= wmavgload
NO_INSTALL_MANPAGES= yes
+
PLIST_FILES= bin/wmavgload
-ALL_TARGET= wmavgload
.include <bsd.port.mk>