diff options
author | antoine <antoine@FreeBSD.org> | 2017-03-26 19:37:09 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:56:06 +0800 |
commit | a96d49c9dceea10a3135618b7224c007d8e4ce24 (patch) | |
tree | 5b81a19e65791cae893dcfd8bf7bd576bdcc085f /mail/libvmime | |
parent | fb13c24f5c82bc5ec53357a593b741c3dfac03b7 (diff) | |
download | freebsd-ports-gnome-a96d49c9dceea10a3135618b7224c007d8e4ce24.tar.gz freebsd-ports-gnome-a96d49c9dceea10a3135618b7224c007d8e4ce24.tar.zst freebsd-ports-gnome-a96d49c9dceea10a3135618b7224c007d8e4ce24.zip |
libvmime stages fine with default INSTALL_TARGET
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> |