diff options
| author | Steve Wills <swills@FreeBSD.org> | 2013-02-28 01:37:15 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2013-02-28 01:37:15 +0000 |
| commit | 21a1b5ad085dc12a3059ac1a4d128920c3ef0700 (patch) | |
| tree | 15739e8e493622fe07e9a49fd85fd11eb0e175a3 /lang/jruby/Makefile | |
| parent | a85a720850e454a7e6f684702aed347f077bd593 (diff) | |
Notes
Diffstat (limited to 'lang/jruby/Makefile')
| -rw-r--r-- | lang/jruby/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index fd98473bef96..06933ff5dca4 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jruby -PORTVERSION= 1.6.6 +PORTVERSION= 1.7.1 CATEGORIES= lang ruby java MASTER_SITES= http://jruby.org.s3.amazonaws.com/downloads/${PORTVERSION}/ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} @@ -62,9 +62,6 @@ do-install: @cd ${WRKSRC}/lib \ && ${FIND} . -type d -exec ${MKDIR} ${JRUBY_HOME}/lib/{} \; \ && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${JRUBY_HOME}/lib/{} \; - @cd ${WRKSRC}/share \ - && ${FIND} . -type d -exec ${MKDIR} ${JRUBY_HOME}/share/{} \; \ - && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${JRUBY_HOME}/share/{} \; @${ECHO_MSG} " [ DONE ]" |
