aboutsummaryrefslogtreecommitdiff
path: root/math/gnuplot
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-12-16 21:47:29 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-12-16 21:47:29 +0000
commit6a11a36bbce8e2e889012135ed9d98d0099f382e (patch)
tree7df6b91be3fe88aaff1193f33fd94f2daf4407ee /math/gnuplot
parent4b076dc51d846ef6535f81d9efddae1a72947771 (diff)
downloadports-6a11a36bbce8e2e889012135ed9d98d0099f382e.tar.gz
ports-6a11a36bbce8e2e889012135ed9d98d0099f382e.zip
math/gnuplot-lite: Fix plist by deleting empty dirs
Approved by: portmgr (unbreak)
Notes
Notes: svn path=/head/; revision=487634
Diffstat (limited to 'math/gnuplot')
-rw-r--r--math/gnuplot/Makefile5
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>