svn commit: r362782 - in head/multimedia/imagination: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Jul 24 11:08:58 UTC 2014


Author: tijl
Date: Thu Jul 24 11:08:57 2014
New Revision: 362782
URL: http://svnweb.freebsd.org/changeset/ports/362782
QAT: https://qat.redports.org/buildarchive/r362782/

Log:
  - Add INSTALL_TARGET=install-strip
  - Replace two patches with a post-patch command

Deleted:
  head/multimedia/imagination/files/patch-Makefile.am
  head/multimedia/imagination/files/patch-Makefile.in
Modified:
  head/multimedia/imagination/Makefile

Modified: head/multimedia/imagination/Makefile
==============================================================================
--- head/multimedia/imagination/Makefile	Thu Jul 24 11:08:02 2014	(r362781)
+++ head/multimedia/imagination/Makefile	Thu Jul 24 11:08:57 2014	(r362782)
@@ -17,6 +17,7 @@ GNU_CONFIGURE=	yes
 USES=		gmake pkgconfig pathfix libtool
 USE_GNOME=	gtk20 intltool intlhack libxslt
 INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
 
 LIBS+=		`pkg-config --libs gmodule-2.0`
 
@@ -25,4 +26,7 @@ OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
 
+post-patch:
+	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list