diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-09 02:22:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-09 02:22:32 +0800 |
commit | 65c041047bcebec58bb2af948ff1a2fc20edda6f (patch) | |
tree | bb87cdbb7b3e7a94b1f88ae81d8740ea080e2710 /comms | |
parent | 5d5e6100f72b35826ebccb821fc2de9b9431144e (diff) | |
download | freebsd-ports-gnome-65c041047bcebec58bb2af948ff1a2fc20edda6f.tar.gz freebsd-ports-gnome-65c041047bcebec58bb2af948ff1a2fc20edda6f.tar.zst freebsd-ports-gnome-65c041047bcebec58bb2af948ff1a2fc20edda6f.zip |
Allow staging as a regular user
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkscanfax/Makefile | 1 |
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 |