diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-21 17:00:19 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:27:12 +0800 |
commit | 9f8a657d13da886b4119dff3c124ccca7d61ee98 (patch) | |
tree | 9b5f41453e031dd4e88b5d7ec866c7f5b01243de /textproc | |
parent | 1d65e71f6ca4e7fbe430241a1eab0db477569389 (diff) | |
download | freebsd-ports-gnome-9f8a657d13da886b4119dff3c124ccca7d61ee98.tar.gz freebsd-ports-gnome-9f8a657d13da886b4119dff3c124ccca7d61ee98.tar.zst freebsd-ports-gnome-9f8a657d13da886b4119dff3c124ccca7d61ee98.zip |
Fix packaging with WITH_DEBUG defined
PR: 225282
Reported by: Phillip R. Jaenke <prj@rootwyrm.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tinyxml2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index 59b25d2cda51..631cb53623ea 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -23,6 +23,9 @@ PORTEXAMPLES= * GH_ACCOUNT= leethomason USE_GITHUB= yes +post-patch: + @${REINPLACE_CMD} -e '/CMAKE_DEBUG_POSTFIX/d' ${WRKSRC}/CMakeLists.txt + post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/ && ${COPYTREE_SHARE} resources ${STAGEDIR}${EXAMPLESDIR}/ |