diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-11 17:30:21 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-11 17:30:21 +0000 |
commit | 67a2ab45067c3e4f80773d10118da9fb9628e369 (patch) | |
tree | 70a233bcaf979052e7d3eb2748f5e89854191a8e /lang/ruby16-shim-ruby18/Makefile | |
parent | e4f697273efe2bb2d77135d6d613c3d16a1c96d7 (diff) | |
download | ports-67a2ab45067c3e4f80773d10118da9fb9628e369.tar.gz ports-67a2ab45067c3e4f80773d10118da9fb9628e369.zip |
Notes
Diffstat (limited to 'lang/ruby16-shim-ruby18/Makefile')
-rw-r--r-- | lang/ruby16-shim-ruby18/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lang/ruby16-shim-ruby18/Makefile b/lang/ruby16-shim-ruby18/Makefile index 18d250c79fa0..ce9c85b12f2b 100644 --- a/lang/ruby16-shim-ruby18/Makefile +++ b/lang/ruby16-shim-ruby18/Makefile @@ -6,9 +6,10 @@ # PORTNAME= shim-ruby18 -PORTVERSION= 1.7.2.2002.07.31 +PORTVERSION= 1.7.3.2002.09.12 CATEGORIES= lang devel ruby -MASTER_SITES= http://www.ruby-lang.org/~knu/ +MASTER_SITES= ${MASTER_SITE_RUBY} +MASTER_SITE_SUBDIR= shim PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= shim-ruby16_18-${PORTVERSION} DIST_SUBDIR= ruby @@ -20,7 +21,7 @@ USE_BZIP2= yes USE_RUBY= yes CONFIGURE_ARGS= RUBY=${RUBY} -#CONFIGURE_ARGS+= CONFIGURE_ARGS="-- --config-opt=--with-opt-dir=/usr/local" +#CONFIGURE_ARGS+= CONFIGURE_ARGS="-- --config-opt=--with-opt-dir=${LOCALBASE}" WRKSRC= ${WRKDIR}/shim/ruby16 .include <bsd.port.pre.mk> @@ -29,10 +30,6 @@ WRKSRC= ${WRKDIR}/shim/ruby16 IGNORE= is only for ruby 1.6, ruby ${RUBY_VER} does not need it .endif -post-extract: - ${MKDIR} ${WRKSRC}/ext-ra - ${MV} ${WRKSRC}/ext/iconv ${WRKDIR}/ - pre-install: ${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL |