1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

math/plplot: Drop nop and misspelled post-patch-QHULL2015 target

It should have been post-patch-QHULL2015-on and was broken in r433415
during conversion to options helpers.  However the patch does not
do anything useful anymore.  Finding the right qhull headers is
already handled automatically by cmake via HAS_LIBQHULL_INCLUDE.
This commit is contained in:
Tobias Kortkamp 2019-09-19 05:16:52 +00:00
parent 3ff5f037d2
commit 99bce63f6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512306

View File

@ -112,9 +112,5 @@ post-patch:
${WRKSRC}/cmake/modules/FindLTDL.cmake
${GREP} -lR "/usr/local" ${WRKSRC}/cmake/modules | ${XARGS} \
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g'
post-patch-QHULL2015:
${REINPLACE_CMD} -e 's|qhull/qhull_a|libqhull/qhull_a|' \
${WRKSRC}/lib/nn/delaunay.c \
${WRKSRC}/src/plgridd.c
.include <bsd.port.mk>