svn commit: r416750 - head/devel/git
Renato Botelho
garga at FreeBSD.org
Sat Jun 11 20:22:02 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list