svn commit: r319812 - head/ports-mgmt/dialog4ports

Matthias Andree mandree at FreeBSD.org
Mon Jun 3 22:07:29 UTC 2013


Author: mandree
Date: Mon Jun  3 22:07:29 2013
New Revision: 319812
URL: http://svnweb.freebsd.org/changeset/ports/319812

Log:
  Fix WITH_DEBUG to not strip on install.

Modified:
  head/ports-mgmt/dialog4ports/Makefile

Modified: head/ports-mgmt/dialog4ports/Makefile
==============================================================================
--- head/ports-mgmt/dialog4ports/Makefile	Mon Jun  3 22:00:40 2013	(r319811)
+++ head/ports-mgmt/dialog4ports/Makefile	Mon Jun  3 22:07:29 2013	(r319812)
@@ -28,6 +28,8 @@ MAKE_JOBS_SAFE=	yes
 
 .include <bsd.port.pre.mk>
 
+MAKE_ARGS+=	DEBUG_FLAGS="${DEBUG_FLAGS}"
+
 ## This is used by 'make config' via Tools/scripts/dialog4ports.sh
 ## Use caution in changing
 .if !exists(${DIALOG4PORTS})


More information about the svn-ports-head mailing list