aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorler <ler@FreeBSD.org>2017-04-26 08:42:44 +0800
committerler <ler@FreeBSD.org>2017-04-26 08:42:44 +0800
commitb2a7dcd25066473b9b4be2f8aceb5ffe40ed6f3f (patch)
tree1b5207ed341f1019a67cc1b373957f0bd60b2edb /mail
parente37f916e0913526e37ecbe17e47c61d28c8bff65 (diff)
downloadfreebsd-ports-gnome-b2a7dcd25066473b9b4be2f8aceb5ffe40ed6f3f.tar.gz
freebsd-ports-gnome-b2a7dcd25066473b9b4be2f8aceb5ffe40ed6f3f.tar.zst
freebsd-ports-gnome-b2a7dcd25066473b9b4be2f8aceb5ffe40ed6f3f.zip
mail/libcmime: Improve regex conformance
PR: 218601 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: Axel Steiner <ast@treibsand.com> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10500
Diffstat (limited to 'mail')
-rw-r--r--mail/libcmime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libcmime/Makefile b/mail/libcmime/Makefile
index b65da37369f3..0f6907b007cc 100644
--- a/mail/libcmime/Makefile
+++ b/mail/libcmime/Makefile
@@ -29,9 +29,9 @@ DOXYGEN_BUILD_DEPENDS= doxygen>=1.8:devel/doxygen \
DOXYGEN_CMAKE_BOOL= ENABLE_DOC
post-patch:
- @${REINPLACE_CMD} -E -e 's|\$${CMAKE_INSTALL_LIBDIR}(/pkgconfig)|$${CMAKE_INSTALL_PREFIX}/libdata\1|' \
+ @${REINPLACE_CMD} -E -e 's|\$$\{CMAKE_INSTALL_LIBDIR}(/pkgconfig)|$${CMAKE_INSTALL_PREFIX}/libdata\1|' \
${WRKSRC}/CMakeLists.txt
- @${REINPLACE_CMD} -E -e 's|libcmime-\$${CMIME_MAJOR_VERSION}.\$${CMIME_MINOR_VERSION}.\$${CMIME_MICRO_VERSION}|libcmime|' \
+ @${REINPLACE_CMD} -e 's|libcmime-\$${CMIME_MAJOR_VERSION}.\$${CMIME_MINOR_VERSION}.\$${CMIME_MICRO_VERSION}|libcmime|' \
${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -E -e 's|STRIP_FROM_PATH = ../src|STRIP_FROM_PATH = ../|' \
${WRKSRC}/Doxyfile.cmake