diff options
author | antoine <antoine@FreeBSD.org> | 2017-03-26 19:37:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-03-26 19:37:09 +0800 |
commit | d73a93194c1ce2698652fb3f89a8ca2396470c65 (patch) | |
tree | 5e5561134bbe4f7ac5a7c606ef2b39c0fffc98c0 /mail | |
parent | 58234428bcf03324a6491d2ff7ffdca0c61e44e7 (diff) | |
download | freebsd-ports-gnome-d73a93194c1ce2698652fb3f89a8ca2396470c65.tar.gz freebsd-ports-gnome-d73a93194c1ce2698652fb3f89a8ca2396470c65.tar.zst freebsd-ports-gnome-d73a93194c1ce2698652fb3f89a8ca2396470c65.zip |
libvmime stages fine with default INSTALL_TARGET
Diffstat (limited to 'mail')
-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> |