diff options
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r-- | math/gnuplot/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 79b6fe30976f..df361a6ee797 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -100,4 +100,9 @@ post-install-DOCS-on: gnuplot.ps ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs/psdoc && ${INSTALL_DATA} README ps_* ${STAGEDIR}${DOCSDIR}/psdoc +.if defined(LITE) +post-stage: + @cd ${STAGEDIR}${PREFIX} && ${RMDIR} libexec/gnuplot/5.2 libexec/gnuplot +.endif + .include <bsd.port.mk> |