math/gnuplot-lite: Fix plist by deleting empty dirs

Approved by:	portmgr (unbreak)
This commit is contained in:
Yuri Victorovich
2018-12-16 21:47:29 +00:00
parent 4b076dc51d
commit 6a11a36bbc

View File

@@ -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>