diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-18 16:21:08 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-18 16:21:08 +0000 |
commit | 084af59e8232a642c944f22024be6f10f9224f71 (patch) | |
tree | a7a4bb413a0295588311de3d910d72b847335c1b /lang/jruby/Makefile | |
parent | d253f442d47730a6e58ed3eee5027c478ec7c2dc (diff) |
Notes
Diffstat (limited to 'lang/jruby/Makefile')
-rw-r--r-- | lang/jruby/Makefile | 4 |
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}) |