aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-25 09:40:11 +0800
committerbapt <bapt@FreeBSD.org>2014-12-25 09:40:11 +0800
commit4a2b06f61fe42c65ffcb6d58cf4f9b1d00602f53 (patch)
tree18db20d183f32495eaff1dd2df38a9acbae244dd /devel
parent2d972876e9307ec9655ac16a8e82225fc416cbbc (diff)
downloadfreebsd-ports-gnome-4a2b06f61fe42c65ffcb6d58cf4f9b1d00602f53.tar.gz
freebsd-ports-gnome-4a2b06f61fe42c65ffcb6d58cf4f9b1d00602f53.tar.zst
freebsd-ports-gnome-4a2b06f61fe42c65ffcb6d58cf4f9b1d00602f53.zip
Replace gnomehack by pathfix
Remove useless post-install target Strip binaries
Diffstat (limited to 'devel')
-rw-r--r--devel/cutter/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile
index 54f3c3d003ce..2dc0e035c69f 100644
--- a/devel/cutter/Makefile
+++ b/devel/cutter/Makefile
@@ -16,10 +16,11 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
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}