aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-12-17 05:47:29 +0800
committeryuri <yuri@FreeBSD.org>2018-12-17 05:47:29 +0800
commita0962ac9912101cfa33ccaee2de8296d6096449d (patch)
tree7df6b91be3fe88aaff1193f33fd94f2daf4407ee /math
parentbdfc7cdc3ed3e30ef23f7d80996273d9d2d4d529 (diff)
downloadfreebsd-ports-gnome-a0962ac9912101cfa33ccaee2de8296d6096449d.tar.gz
freebsd-ports-gnome-a0962ac9912101cfa33ccaee2de8296d6096449d.tar.zst
freebsd-ports-gnome-a0962ac9912101cfa33ccaee2de8296d6096449d.zip
math/gnuplot-lite: Fix plist by deleting empty dirs
Approved by: portmgr (unbreak)
Diffstat (limited to 'math')
-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>