diff options
| author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 06:57:46 +0000 |
|---|---|---|
| committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 06:57:46 +0000 |
| commit | 4a430cb08513dc2584ceaa6f9ed9b2865e80de4f (patch) | |
| tree | e5beb9ae8d1b0421276a943b6c73b53a14672a35 | |
| parent | Add p5-Data-Float 0.002, details of the floating point data type. (diff) | |
- Fix building on 4.x.
- bump PORTREVISION
PR: ports/101634
Submitted by: maintainer (Stanislav Sedov)
| -rw-r--r-- | lang/ruby-programmingruby/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ruby-programmingruby/Makefile b/lang/ruby-programmingruby/Makefile index 45a75812e2dd..7521c0b89de0 100644 --- a/lang/ruby-programmingruby/Makefile +++ b/lang/ruby-programmingruby/Makefile @@ -7,13 +7,14 @@ PORTNAME= programmingruby PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang ruby MASTER_SITES= http://dev.rubycentral.com/downloads/files/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ProgrammingRuby-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby +EXTRACT_ONLY= #empty MAINTAINER= ssedov@mbsd.msk.ru COMMENT= The source of the Programming Ruby ("pick-axe") book in XML and HTML @@ -28,7 +29,7 @@ DOCSDIR= ${RUBY_MODDOCDIR} do-install: ${MKDIR} ${RUBY_MODDOCDIR} - @${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${RUBY_MODDOCDIR} + @${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${RUBY_MODDOCDIR} @${FIND} ${RUBY_MODDOCDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; @${FIND} ${RUBY_MODDOCDIR}/ -type f -exec ${CHOWN} ${SHAREOWN} {} \; @${FIND} -d ${RUBY_MODDOCDIR}/ -type f | \ |
