diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-31 15:54:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-31 15:54:27 +0800 |
commit | ff9ce0a467d3d97b9be9e3299a970c56fa1de000 (patch) | |
tree | e92ba11f909bcbfeba253a713fa2d3ba54931f20 /graphics | |
parent | 93ddabc60e9b5b964b9d810409daa6167ca33afe (diff) | |
download | freebsd-ports-gnome-ff9ce0a467d3d97b9be9e3299a970c56fa1de000.tar.gz freebsd-ports-gnome-ff9ce0a467d3d97b9be9e3299a970c56fa1de000.tar.zst freebsd-ports-gnome-ff9ce0a467d3d97b9be9e3299a970c56fa1de000.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hobbes-icons-xpm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile index de9d6b2d6c84..c4dd34072aea 100644 --- a/graphics/hobbes-icons-xpm/Makefile +++ b/graphics/hobbes-icons-xpm/Makefile @@ -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 |