Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 21:47:29 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487634 - head/math/gnuplot
Message-ID:  <201812162147.wBGLlTeF049159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812162147.wBGLlTeF049159>