diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 04:17:00 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 04:17:00 +0800 |
commit | 15e54b67ea61cecb18cf998979a6d5bd9693beed (patch) | |
tree | 03c2e2a85d8aa26ed6efe55e8dffcb8470cac4fc /sysutils | |
parent | 817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (diff) | |
download | marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.gz marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.bz2 marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.lz marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.xz marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.zst marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.zip |
Remove STRIP_CMD all over the place and replace it with
INSTALL_TARGET= install-strip. No bumps necessary.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19814 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/brasero/Makefile | 10 |
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> |