diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-16 21:47:29 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-16 21:47:29 +0000 |
commit | 6a11a36bbce8e2e889012135ed9d98d0099f382e (patch) | |
tree | 7df6b91be3fe88aaff1193f33fd94f2daf4407ee /math/gnuplot | |
parent | 4b076dc51d846ef6535f81d9efddae1a72947771 (diff) |
Notes
Diffstat (limited to 'math/gnuplot')
-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> |