Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 20:22:00 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416750 - head/devel/git
Message-ID:  <201606112022.u5BKM0hZ005220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Sat Jun 11 20:22:00 2016
New Revision: 416750
URL: https://svnweb.freebsd.org/changeset/ports/416750

Log:
  Respect BSD's STRIP instead of checking only WITH_DEBUG
  
  PR:		153541
  Submitted by:	swell.k@gmail.com
  Sponsored by:	Rubicon Communications (Netgate)

Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Sat Jun 11 20:11:14 2016	(r416749)
+++ head/devel/git/Makefile	Sat Jun 11 20:22:00 2016	(r416750)
@@ -97,7 +97,7 @@ CVS_RUN_DEPENDS=	cvsps:devel/cvsps
 .include <bsd.port.options.mk>
 
 # This is intentionally not exposed as an option.
-.ifndef (WITH_DEBUG)
+.if defined(STRIP) && ${STRIP} != ""
 ALL_TARGET=	all strip
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606112022.u5BKM0hZ005220>