summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-08 18:22:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-08 18:22:32 +0000
commitda927127314ef1f2a12f8d10d25ef1445b3203a3 (patch)
treebb87cdbb7b3e7a94b1f88ae81d8740ea080e2710
parent- Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Allow staging as a regular user
-rw-r--r--comms/tkscanfax/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/tkscanfax/Makefile b/comms/tkscanfax/Makefile
index 73b65b5a7acb..c7a9f92d6fdb 100644
--- a/comms/tkscanfax/Makefile
+++ b/comms/tkscanfax/Makefile
@@ -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