Date: Thu, 31 Oct 2013 07:54:27 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332211 - head/graphics/hobbes-icons-xpm Message-ID: <201310310754.r9V7sRQ8084704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 31 07:54:27 2013 New Revision: 332211 URL: http://svnweb.freebsd.org/changeset/ports/332211 Log: 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 Modified: head/graphics/hobbes-icons-xpm/Makefile Modified: head/graphics/hobbes-icons-xpm/Makefile ============================================================================== --- head/graphics/hobbes-icons-xpm/Makefile Thu Oct 31 07:52:41 2013 (r332210) +++ head/graphics/hobbes-icons-xpm/Makefile Thu Oct 31 07:54:27 2013 (r332211) @@ -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/X1 do-install: ${MKDIR} ${LIBDIR} ${CP} -R ${WRKSRC}/* ${LIBDIR}/ - ${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR} -${RM} ${LIBDIR}/README -${RM} ${LIBDIR}/readem.shar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310310754.r9V7sRQ8084704>