aboutsummaryrefslogtreecommitdiffstats
path: root/lang/jruby/Makefile
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-11-19 00:21:08 +0800
committeritetcu <itetcu@FreeBSD.org>2008-11-19 00:21:08 +0800
commit6cc781e6c4f85f0b4b1eec37bf8ae4ace0a91157 (patch)
treefc4aed3800648417199bea12a39281bcfc158313 /lang/jruby/Makefile
parentcf0f92cd3eaac293149651eacc381a811c90b1df (diff)
downloadfreebsd-ports-gnome-6cc781e6c4f85f0b4b1eec37bf8ae4ace0a91157.tar.gz
freebsd-ports-gnome-6cc781e6c4f85f0b4b1eec37bf8ae4ace0a91157.tar.zst
freebsd-ports-gnome-6cc781e6c4f85f0b4b1eec37bf8ae4ace0a91157.zip
- install PORTEXAMPLES only if ! -DNOPORTEXAMPLES (not -DNOPORTDOCS)
- fix plist for -DNOPORTEXAMPLES and -DNOPORTDOCS - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run
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})