Allow staging as a regular user
This commit is contained in:
parent
c0172fb861
commit
f7e06ed40d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370728
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue