aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-22 14:27:13 +0800
committerbapt <bapt@FreeBSD.org>2014-09-22 14:27:13 +0800
commitd2442bd2af4268fecf930adfdd2afb1f66a523ba (patch)
tree0440f21f68ac04afe334ea04d2f38cb861ee5101 /Mk
parent3991209062cde836642591cc67a87d7536b39d61 (diff)
downloadfreebsd-ports-gnome-d2442bd2af4268fecf930adfdd2afb1f66a523ba.tar.gz
freebsd-ports-gnome-d2442bd2af4268fecf930adfdd2afb1f66a523ba.tar.zst
freebsd-ports-gnome-d2442bd2af4268fecf930adfdd2afb1f66a523ba.zip
Do not set an initial value for owner/wheel pkg(8) does it by itself now
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3dddbb2056ee..46317f2e8898 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5108,11 +5108,7 @@ generate-plist: ${WRKDIR}
@${ECHO_MSG} "===> Generating temporary packing list"
@${MKDIR} `${DIRNAME} ${TMPPLIST}`
@if [ ! -f ${DESCR} ]; then ${ECHO_MSG} "** Missing pkg-descr for ${PKGNAME}."; exit 1; fi
-.if defined(NEED_ROOT)
@>${TMPPLIST}
-.else
- @${ECHO_CMD} -e "@owner root\n@group wheel" >${TMPPLIST}
-.endif
@for file in ${PLIST_FILES}; do \
${ECHO_CMD} $${file} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} >> ${TMPPLIST}; \
done