diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-19 00:21:08 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-19 00:21:08 +0800 |
commit | 6cc781e6c4f85f0b4b1eec37bf8ae4ace0a91157 (patch) | |
tree | fc4aed3800648417199bea12a39281bcfc158313 /lang/jruby/Makefile | |
parent | cf0f92cd3eaac293149651eacc381a811c90b1df (diff) | |
download | freebsd-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/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}) |