summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r--sysutils/brasero/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
index 8a9dafc60..54184cecf 100644
--- a/sysutils/brasero/Makefile
+++ b/sysutils/brasero/Makefile
@@ -1,6 +1,6 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports-experimental/trunk/sysutils/brasero/Makefile 19426 2014-04-01 08:55:12Z gusi $
+# $MCom$
PORTNAME= brasero
PORTVERSION= 3.11.3
@@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-inotify --enable-search=no --enable-playlist=no \
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1 -Wno-error=format-nonliteral
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= XDG_CACHE_HOME=${WRKDIR}
+INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.brasero.gschema.xml
@@ -66,11 +67,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/libbrasero-burn/burn-process.c
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbrasero*.so.*
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/brasero3/plugins/lib*.so
-.if ${PORT_OPTIONS:MNAUTILUS}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so
-.endif
-
.include <bsd.port.mk>