aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfsmm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-22 18:13:32 +0800
committerbapt <bapt@FreeBSD.org>2014-04-22 18:13:32 +0800
commitdb1adbc647e0fa3012997f78bd6579ac923776a6 (patch)
treeecd7c5ca4fa6d152d2d801cc42c30aafd940f578 /devel/gnome-vfsmm
parent1b4d0f8e1aea526c7e5a877c274f677693dc9254 (diff)
downloadfreebsd-ports-graphics-db1adbc647e0fa3012997f78bd6579ac923776a6.tar.gz
freebsd-ports-graphics-db1adbc647e0fa3012997f78bd6579ac923776a6.tar.zst
freebsd-ports-graphics-db1adbc647e0fa3012997f78bd6579ac923776a6.zip
Cleanup
Diffstat (limited to 'devel/gnome-vfsmm')
-rw-r--r--devel/gnome-vfsmm/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile
index 77c3f044521..28717ece2e5 100644
--- a/devel/gnome-vfsmm/Makefile
+++ b/devel/gnome-vfsmm/Makefile
@@ -14,11 +14,11 @@ COMMENT= C++ wrapper for gnomevfs2 library
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-USE_BZIP2= yes
-USES= gmake libtool pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig tar:bzip2
USE_GNOME= glibmm gnomevfs2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
@@ -29,6 +29,4 @@ post-patch:
@${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
${WRKSRC}/tools/extra_defs_gen/Makefile.in
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnomevfsmm-2.6.so.1.0.9
.include <bsd.port.mk>