aboutsummaryrefslogtreecommitdiff
path: root/converters/chmview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/chmview/Makefile')
-rw-r--r--converters/chmview/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/converters/chmview/Makefile b/converters/chmview/Makefile
index a3931d0c68f8..0fded9e9a1ae 100644
--- a/converters/chmview/Makefile
+++ b/converters/chmview/Makefile
@@ -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>