svn commit: r362671 - head/math/asymptote
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 23 12:43:46 UTC 2014
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
More information about the svn-ports-all
mailing list