diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-26 11:37:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-26 11:37:09 +0000 |
commit | 1e8193054c374af6ce2a4a37ceeca9a3b1b96977 (patch) | |
tree | 5e5561134bbe4f7ac5a7c606ef2b39c0fffc98c0 /mail/libvmime | |
parent | ac78e0384b52a694dc802e59b47556e988cd953a (diff) | |
download | ports-1e8193054c374af6ce2a4a37ceeca9a3b1b96977.tar.gz ports-1e8193054c374af6ce2a4a37ceeca9a3b1b96977.zip |
Notes
Diffstat (limited to 'mail/libvmime')
-rw-r--r-- | mail/libvmime/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index ff43b9e00c20..25bea0820525 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -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> |