Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 12:43:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362671 - head/math/asymptote
Message-ID:  <201407231243.s6NChk0T039552@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 23 12:43:45 2014
New Revision: 362671
URL: http://svnweb.freebsd.org/changeset/ports/362671
QAT: https://qat.redports.org/buildarchive/r362671/

Log:
  Remove redudant post-install:
  First 2 post-install target is not a good idea
  Second framework is already taking care of what the second post-install tries to do

Modified:
  head/math/asymptote/Makefile

Modified: head/math/asymptote/Makefile
==============================================================================
--- head/math/asymptote/Makefile	Wed Jul 23 12:39:14 2014	(r362670)
+++ head/math/asymptote/Makefile	Wed Jul 23 12:43:45 2014	(r362671)
@@ -83,12 +83,6 @@ ALL_TARGET+=	man
 INSTALL_TARGET+=	install-man
 .endif
 
-# Examples
-.if !${PORT_OPTIONS:MEXAMPLES}
-post-install:
-	@${RM} -R ${STAGEDIR}${EXAMPLESDIR}
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' -i.bak ${WRKSRC}/settings.cc
 



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