Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-08 19:21:09 +00:00
parent 1f3eb68eb7
commit f00b173104
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367681

View file

@ -20,6 +20,9 @@ NO_WRKSUBDIR= yes
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xt
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} 's/InstKmemFlags/InstBinFlags/' ${WRKSRC}/Imakefile
.include <bsd.port.mk>