aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-25 09:07:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-25 09:07:41 +0000
commit7c9a748211c8de326e9865b4cdefd17dc93d5680 (patch)
tree6c605e07c9ce4006662966db962d41d09ad2401c /math
parent77905bade731c45f03533d6d0d3bcd9165880c7e (diff)
downloadports-7c9a748211c8de326e9865b4cdefd17dc93d5680.tar.gz
ports-7c9a748211c8de326e9865b4cdefd17dc93d5680.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/ruby-gsl/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index 2746e5cf89ea..f007d6d7514e 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -24,7 +24,6 @@ CONFIGURE_ARGS= -- --with-opt-dir="${LOCALBASE}"
DOCS= AUTHORS ChangeLog THANKS rdoc
-NO_STAGE= yes
post-extract:
${FIND} ${WRKSRC} '(' -name '.DS_Store' -o -name '*~' ')' -delete
@@ -40,13 +39,9 @@ post-patch:
${WRKSRC}/ext/fft.c
post-install:
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${RUBY_MODEXAMPLESDIR}/
-.endif
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
- cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCS}" ${RUBY_MODDOCDIR}/
-.endif
+ ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
+ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
+ ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${RUBY_MODDOCDIR}/
.include <bsd.port.mk>