svn commit: r351798 - head/devel/gnome-vfsmm

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 22 10:13:33 UTC 2014


Author: bapt
Date: Tue Apr 22 10:13:32 2014
New Revision: 351798
URL: http://svnweb.freebsd.org/changeset/ports/351798
QAT: https://qat.redports.org/buildarchive/r351798/

Log:
  Cleanup

Modified:
  head/devel/gnome-vfsmm/Makefile

Modified: head/devel/gnome-vfsmm/Makefile
==============================================================================
--- head/devel/gnome-vfsmm/Makefile	Tue Apr 22 10:12:10 2014	(r351797)
+++ head/devel/gnome-vfsmm/Makefile	Tue Apr 22 10:13:32 2014	(r351798)
@@ -14,11 +14,11 @@ COMMENT=	C++ wrapper for gnomevfs2 libra
 
 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>


More information about the svn-ports-all mailing list