Date: Thu, 31 Oct 2013 07:49:28 +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: r332208 - head/ports-mgmt/dialog4ports Message-ID: <201310310749.r9V7nSWK081902@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 31 07:49:27 2013 New Revision: 332208 URL: http://svnweb.freebsd.org/changeset/ports/332208 Log: Remove useless NEED_ROOT in favour of a proper USES=uidfix Modified: head/ports-mgmt/dialog4ports/Makefile Modified: head/ports-mgmt/dialog4ports/Makefile ============================================================================== --- head/ports-mgmt/dialog4ports/Makefile Thu Oct 31 07:43:35 2013 (r332207) +++ head/ports-mgmt/dialog4ports/Makefile Thu Oct 31 07:49:27 2013 (r332208) @@ -16,6 +16,8 @@ MASTER_SITES= http://m1cro.tk/dialog4por MAINTAINER= rum1cro@yandex.ru COMMENT?= Console Interface to configure ports +USES= uidfix + # CCACHE has options, so may need d4p, make d4p not ccache friendly # to avoid circular dependency NO_CCACHE= yes @@ -26,8 +28,6 @@ MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF PLIST_FILES= bin/dialog4ports man/man1/${PORTNAME}.1.gz .endif -NEED_ROOT= yes - .include <bsd.port.pre.mk> .if defined(DEBUG_FLAGS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310310749.r9V7nSWK081902>