svn commit: r436957 - head/mail/libvmime

Antoine Brodin antoine at FreeBSD.org
Sun Mar 26 11:37:10 UTC 2017


Author: antoine
Date: Sun Mar 26 11:37:09 2017
New Revision: 436957
URL: https://svnweb.freebsd.org/changeset/ports/436957

Log:
  libvmime stages fine with default INSTALL_TARGET

Modified:
  head/mail/libvmime/Makefile

Modified: head/mail/libvmime/Makefile
==============================================================================
--- head/mail/libvmime/Makefile	Sun Mar 26 11:27:05 2017	(r436956)
+++ head/mail/libvmime/Makefile	Sun Mar 26 11:37:09 2017	(r436957)
@@ -27,13 +27,8 @@ CMAKE_ARGS=	-DLIB_SUFFIX:STRING="" \
 		-DVMIME_SHARED_PTR_USE_BOOST:BOOL=NO \
 		-DVMIME_SHARED_PTR_USE_CXX:BOOL=YES
 
-INSTALL_TARGET=	install
-
 post-patch:
 	@${REINPLACE_CMD} 's,$${VMIME_INSTALL_LIBDIR}/pkgconfig,${PREFIX}/libdata/pkgconfig,' \
 		${WRKSRC}/CMakeLists.txt
 
-post-stage:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvmime.so.1.0.0
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list