Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2014 08:47:42 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373131 - head/graphics/tiff
Message-ID:  <201411230847.sAN8lgpD032190@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Nov 23 08:47:41 2014
New Revision: 373131
URL: https://svnweb.freebsd.org/changeset/ports/373131
QAT: https://qat.redports.org/buildarchive/r373131/

Log:
  - use strip logic from bsd.port.mk
  PR:		193918
  Submitted by:	takefu@airport.fm

Modified:
  head/graphics/tiff/Makefile

Modified: head/graphics/tiff/Makefile
==============================================================================
--- head/graphics/tiff/Makefile	Sun Nov 23 08:44:34 2014	(r373130)
+++ head/graphics/tiff/Makefile	Sun Nov 23 08:47:41 2014	(r373131)
@@ -24,6 +24,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \
 			--with-jpeg-lib-dir=${LOCALBASE}/lib \
 			--without-x
+INSTALL_TARGET=	install-strip
 
 MLNKS=	TIFFError.3tiff          TIFFSetErrorHandler.3tiff \
 	TIFFFlush.3tiff          TIFFFlushData.3tiff \



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