aboutsummaryrefslogtreecommitdiff
path: root/lang/jruby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/jruby/Makefile')
-rw-r--r--lang/jruby/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile
index 3159f3d51720..d7e9685bab79 100644
--- a/lang/jruby/Makefile
+++ b/lang/jruby/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jruby
PORTVERSION= 1.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang ruby java
MASTER_SITES= http://dist.codehaus.org/jruby/ \
http://repo2.maven.org/maven/jruby/ \
@@ -88,6 +88,8 @@ do-install:
&& ${COPYTREE_SHARE} [A-Z]\* ${DOCSDIR})
@(cd ${WRKSRC}/docs \
&& ${COPYTREE_SHARE} \* ${DOCSDIR})
+.endif
+.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
@(cd ${WRKSRC}/samples \
&& ${COPYTREE_SHARE} \* ${EXAMPLESDIR})