svn commit: r370728 - head/converters/chmview
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 12 16:32:07 UTC 2014
Author: antoine
Date: Sun Oct 12 16:32:06 2014
New Revision: 370728
URL: https://svnweb.freebsd.org/changeset/ports/370728
QAT: https://qat.redports.org/buildarchive/r370728/
Log:
Allow staging as a regular user
Modified:
head/converters/chmview/Makefile
Modified: head/converters/chmview/Makefile
==============================================================================
--- head/converters/chmview/Makefile Sun Oct 12 16:14:23 2014 (r370727)
+++ head/converters/chmview/Makefile Sun Oct 12 16:32:06 2014 (r370728)
@@ -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>
More information about the svn-ports-head
mailing list