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

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>