diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-23 12:43:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-23 12:43:45 +0000 |
commit | a3bc460f42dd9350529bb3c6450fc95e89cac8b2 (patch) | |
tree | 2f6d27e9dbbb66e6a3436bb888e697310d317c34 /math | |
parent | ce6b27d11897896080589c14969fe9518945e25e (diff) | |
download | ports-a3bc460f42dd9350529bb3c6450fc95e89cac8b2.tar.gz ports-a3bc460f42dd9350529bb3c6450fc95e89cac8b2.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/asymptote/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 2150b9b054fa..71ba6cb9aa4a 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -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 |