mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove NEED_ROOT, it was only needed for a chown which is now useless given staging does that work itself
This allows to create the package as a USER With hat: portmgr
This commit is contained in:
parent
9ab18addc3
commit
659c09a66c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332211
1 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ MAINTAINER= dinoex@FreeBSD.org
|
|||
COMMENT= Collection of over 3000 icons in XPM3 format
|
||||
|
||||
NO_BUILD= yes
|
||||
NEED_ROOT= yes
|
||||
|
||||
LIBDIR= ${STAGEDIR}${PREFIX}/include/X11/pixmaps
|
||||
|
||||
|
@ -21,7 +20,6 @@ LIBDIR= ${STAGEDIR}${PREFIX}/include/X11/pixmaps
|
|||
do-install:
|
||||
${MKDIR} ${LIBDIR}
|
||||
${CP} -R ${WRKSRC}/* ${LIBDIR}/
|
||||
${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
|
||||
-${RM} ${LIBDIR}/README
|
||||
-${RM} ${LIBDIR}/readem.shar
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue