svn commit: r350054 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 3 23:01:17 UTC 2014


Author: bapt
Date: Thu Apr  3 23:01:16 2014
New Revision: 350054
URL: http://svnweb.freebsd.org/changeset/ports/350054
QAT: https://qat.redports.org/buildarchive/r350054/

Log:
  Revert STRIPBIN adding to INSTALL_PROGRAM and INSTALL_LIB, this breaks with libtool

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Apr  3 22:18:46 2014	(r350053)
+++ head/Mk/bsd.port.mk	Thu Apr  3 23:01:16 2014	(r350054)
@@ -2210,11 +2210,11 @@ _MANOWNGRP=
 
 # A few aliases for *-install targets
 INSTALL_PROGRAM= \
-	STRIPBIN=${STRIP_CMD} ${INSTALL} ${COPY} ${STRIP} ${_BINOWNGRP} -m ${BINMODE}
+	${INSTALL} ${COPY} ${STRIP} ${_BINOWNGRP} -m ${BINMODE}
 INSTALL_KLD= \
 	${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE}
 INSTALL_LIB= \
-	STRIPBIN=${STRIP_CMD} ${INSTALL} ${COPY} ${STRIP} ${_SHROWNGRP} -m ${SHAREMODE}
+	${INSTALL} ${COPY} ${STRIP} ${_SHROWNGRP} -m ${SHAREMODE}
 INSTALL_SCRIPT= \
 	${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE}
 INSTALL_DATA= \


More information about the svn-ports-all mailing list