From owner-svn-ports-head@FreeBSD.ORG Thu Oct 31 07:54:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D137C988; Thu, 31 Oct 2013 07:54:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF591270E; Thu, 31 Oct 2013 07:54:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9V7sRKb084705; Thu, 31 Oct 2013 07:54:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9V7sRQ8084704; Thu, 31 Oct 2013 07:54:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201310310754.r9V7sRQ8084704@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 31 Oct 2013 07:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332211 - head/graphics/hobbes-icons-xpm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 07:54:27 -0000 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