1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-10-12 16:32:06 +00:00
parent c0172fb861
commit f7e06ed40d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370728

View File

@ -14,10 +14,13 @@ LICENSE= GPLv2
LIB_DEPENDS= libchm.so:${PORTSDIR}/misc/chmlib
USES= tar:xz
USES= tar:xz uidfix
WRKSRC= ${WRKDIR}/src
MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= bin/chmview
post-extract:
@${CHMOD} -R u+w ${WRKSRC}
.include <bsd.port.mk>