1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-06 13:23:59 +00:00
parent ed722dcd71
commit 235f8ec1ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367433

View File

@ -11,11 +11,15 @@ 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
USES= tar:bzip2
USE_XORG= xpm
USE_AUTOTOOLS= autoheader
CONFIGURE_ARGS= --program-prefix=""
PLIST_FILES= bin/wmupmon man/man1/wmupmon.1.gz
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>