svn commit: r375512 - head/devel/cutter

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 25 01:40:12 UTC 2014


Author: bapt
Date: Thu Dec 25 01:40:11 2014
New Revision: 375512
URL: https://svnweb.freebsd.org/changeset/ports/375512
QAT: https://qat.redports.org/buildarchive/r375512/

Log:
  Replace gnomehack by pathfix
  Remove useless post-install target
  Strip binaries

Modified:
  head/devel/cutter/Makefile

Modified: head/devel/cutter/Makefile
==============================================================================
--- head/devel/cutter/Makefile	Thu Dec 25 01:39:08 2014	(r375511)
+++ head/devel/cutter/Makefile	Thu Dec 25 01:40:11 2014	(r375512)
@@ -16,10 +16,11 @@ LIB_DEPENDS=	libcairo.so:${PORTSDIR}/gra
 CPPFLAGS+=	"-I${LOCALBASE}/include"
 CONFIGURE_ARGS=	--disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc
 GNU_CONFIGURE=	yes
-USES=		gettext gmake libtool pkgconfig
-USE_GNOME=	intltool gnomehack glib20 gtk20
+USES=		gettext gmake libtool pathfix pkgconfig
+USE_GNOME=	intltool glib20 gtk20
 USE_LDCONFIG=	yes
 WANT_GSTREAMER=	yes
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	GOFFICE GSTREAMER SOUP LCOV
 GOFFICE_DESC=	GOffice support
@@ -29,9 +30,6 @@ LCOV_DESC=	Force dependency on lcov
 regression-test: build
 	@${SETENV} LC_ALL=C ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} check
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGOFFICE}


More information about the svn-ports-head mailing list