aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-12 18:24:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-12 18:24:57 +0000
commit4834bd0d13c75176953409b88dc82d4488aa353f (patch)
treee443684b613925a76fd4bd113106a3ee6d457ae6
parent4a6dd65469120173cc30f35c5a69c320e7a2f3a7 (diff)
downloadports-4834bd0d13c75176953409b88dc82d4488aa353f.tar.gz
ports-4834bd0d13c75176953409b88dc82d4488aa353f.zip
Notes
-rw-r--r--sysutils/wmdiskmon/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/wmdiskmon/Makefile b/sysutils/wmdiskmon/Makefile
index d125f4edbb30..8d051e9416ff 100644
--- a/sysutils/wmdiskmon/Makefile
+++ b/sysutils/wmdiskmon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wmdiskmon
PORTVERSION= 0.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
@@ -14,6 +14,9 @@ USE_XORG= x11 xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" man/man1/${PORTNAME}.1.gz
+
+post-patch:
+ @${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure
.include <bsd.port.mk>