Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 18:22:32 +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: r367661 - head/comms/tkscanfax
Message-ID:  <201409081822.s88IMWSU014770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  8 18:22:32 2014
New Revision: 367661
URL: http://svnweb.freebsd.org/changeset/ports/367661
QAT: https://qat.redports.org/buildarchive/r367661/

Log:
  Allow staging as a regular user

Modified:
  head/comms/tkscanfax/Makefile

Modified: head/comms/tkscanfax/Makefile
==============================================================================
--- head/comms/tkscanfax/Makefile	Mon Sep  8 18:10:14 2014	(r367660)
+++ head/comms/tkscanfax/Makefile	Mon Sep  8 18:22:32 2014	(r367661)
@@ -29,7 +29,6 @@ do-install:
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TKSCANFAXDIR})
 .for file in tkfax tkscan
 	${CHMOD} ${BINMODE} ${STAGEDIR}${TKSCANFAXDIR}/${file}
-	${CHOWN} ${BINOWN}:${BINGRP} ${STAGEDIR}${TKSCANFAXDIR}/${file}
 	${LN} -sf ${TKSCANFAXDIR}/${file} ${STAGEDIR}${PREFIX}/bin
 .endfor
 



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