Date: Thu, 24 Oct 2013 18:18:38 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331507 - head/ports-mgmt/dialog4ports Message-ID: <201310241818.r9OIIc8c078724@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu Oct 24 18:18:38 2013 New Revision: 331507 URL: http://svnweb.freebsd.org/changeset/ports/331507 Log: Permit port to be stripped if WITH_DEBUG is unset, by only forwarding DEBUG_FLAGS through MAKE_ARGS if the former is defined. While here, support staging. PR: ports/183278 Approved by: Ilya A. Arkhipov (maintainer, on IRC) Modified: head/ports-mgmt/dialog4ports/Makefile Modified: head/ports-mgmt/dialog4ports/Makefile ============================================================================== --- head/ports-mgmt/dialog4ports/Makefile Thu Oct 24 17:44:00 2013 (r331506) +++ head/ports-mgmt/dialog4ports/Makefile Thu Oct 24 18:18:38 2013 (r331507) @@ -3,7 +3,7 @@ PORTNAME= dialog4ports PORTVERSION= 0.1.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://m1cro.tk/dialog4ports/ \ http://files.etoilebsd.net/dialog4ports/ \ @@ -23,14 +23,16 @@ MANCOMPRESSED= yes MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null .if !defined(D4P_SLAVE) -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/dialog4ports +PLIST_FILES= bin/dialog4ports man/man1/${PORTNAME}.1.gz .endif -NO_STAGE= yes +NEED_ROOT= yes + .include <bsd.port.pre.mk> +.if defined(DEBUG_FLAGS) MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}" +.endif ## This is used by 'make config' via Tools/scripts/dialog4ports.sh ## Use caution in changing
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310241818.r9OIIc8c078724>