diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 14:25:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 14:25:35 +0000 |
commit | ba847cf7585a490337ae53afb9c88a9eeeaaf359 (patch) | |
tree | 3e590cb58a025066b025a53f1ae94604f4f81828 /sysutils/wmavgload | |
parent | 0991fd4d0d4e553c395b9269bca094ec45500afd (diff) |
Notes
Diffstat (limited to 'sysutils/wmavgload')
-rw-r--r-- | sysutils/wmavgload/Makefile | 5 |
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> |