summaryrefslogtreecommitdiff
path: root/sysutils/wmavgload
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-25 19:44:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-25 19:44:57 +0000
commit74ca402fb46b53f9fc888b78c2c5561643d890c7 (patch)
tree5de5ec746876e8baea6e8b1b3622e9c93d9f116a /sysutils/wmavgload
parentadapt to Python 2.0 port (diff)
Fix port to build with XFree86 4
change maintainer PR: 26730 Submitted by: Anders Nordby <anders@fix.no> (new maintainer) No response from: old maintainer
Notes
Notes: svn path=/head/; revision=43058
Diffstat (limited to 'sysutils/wmavgload')
-rw-r--r--sysutils/wmavgload/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/wmavgload/Makefile b/sysutils/wmavgload/Makefile
index 161c5a6694e8..50912cc22517 100644
--- a/sysutils/wmavgload/Makefile
+++ b/sysutils/wmavgload/Makefile
@@ -11,10 +11,11 @@ CATEGORIES= sysutils windowmaker
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
MASTER_SITE_SUBDIR= contrib/srcs/utils
-MAINTAINER= kushn@mail.kar.net
+MAINTAINER= anders@fix.no
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
+ALL_TARGET= wmavgload
.include <bsd.port.mk>