svn commit: r332211 - head/graphics/hobbes-icons-xpm

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 31 07:54:27 UTC 2013


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 at 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
 


More information about the svn-ports-head mailing list