aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmupmon
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2017-12-24 18:51:05 +0800
committertijl <tijl@FreeBSD.org>2017-12-24 18:51:05 +0800
commit0d9a14e728074b98360a8c3969a61f2d6e72c4ba (patch)
tree26e7ea1b7c35d3213383772c737fa259e2aad56e /sysutils/wmupmon
parent40f73f023286695ac62a49219dd855827fc42184 (diff)
downloadfreebsd-ports-gnome-0d9a14e728074b98360a8c3969a61f2d6e72c4ba.tar.gz
freebsd-ports-gnome-0d9a14e728074b98360a8c3969a61f2d6e72c4ba.tar.zst
freebsd-ports-gnome-0d9a14e728074b98360a8c3969a61f2d6e72c4ba.zip
Convert to USES=autoreconf.
Diffstat (limited to 'sysutils/wmupmon')
-rw-r--r--sysutils/wmupmon/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile
index 3605d2586eaf..c65d2b0e78c5 100644
--- a/sysutils/wmupmon/Makefile
+++ b/sysutils/wmupmon/Makefile
@@ -11,15 +11,14 @@ MASTER_SITES= http://j-z-s.com/projects/downloads/
MAINTAINER= rhurlin@gwdg.de
COMMENT= Uptime showing dockapp with a similar look to wmcpuload
-USES= tar:bzip2
+GNU_CONFIGURE= yes
+USES= autoreconf tar:bzip2
USE_XORG= xpm
-USE_AUTOTOOLS= autoheader
CONFIGURE_ARGS= --program-prefix=""
PLIST_FILES= "@(,kmem,2555) bin/wmupmon" man/man1/wmupmon.1.gz
post-patch:
@${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure.ac
- @${TOUCH} -mr ${WRKSRC}/configure.ac.bak ${WRKSRC}/configure.ac
.include <bsd.port.mk>