svn commit: r487634 - head/math/gnuplot

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 16 21:47:30 UTC 2018


Author: yuri
Date: Sun Dec 16 21:47:29 2018
New Revision: 487634
URL: https://svnweb.freebsd.org/changeset/ports/487634

Log:
  math/gnuplot-lite: Fix plist by deleting empty dirs
  
  Approved by:	portmgr (unbreak)

Modified:
  head/math/gnuplot/Makefile

Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile	Sun Dec 16 21:41:27 2018	(r487633)
+++ head/math/gnuplot/Makefile	Sun Dec 16 21:47:29 2018	(r487634)
@@ -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>


More information about the svn-ports-all mailing list