Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 16:32:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370728 - head/converters/chmview
Message-ID:  <201410121632.s9CGW7fQ043079@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410121632.s9CGW7fQ043079>