summaryrefslogtreecommitdiff
path: root/devel/ruby-gems
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-08-05 15:42:20 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-08-05 15:42:20 +0000
commitcc8d8de5ca11eaa78c9e7bcce602f812faaf5885 (patch)
tree151f9620aee35ebd49758682fbca4cdccce48677 /devel/ruby-gems
parentUpdate to 20050603 and fix build on 6.x/7.x (diff)
Use EXTRACT_ONLY instead of the nonexistent NO_EXTRACT (fixes
problem with non-tar ruby gems) PR: ports/84524 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) Approved by: portmgr (clement) Obtained from: Ulrich Spoerlein
Notes
Notes: svn path=/head/; revision=140792
Diffstat (limited to 'devel/ruby-gems')
-rw-r--r--devel/ruby-gems/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-gems/Makefile.common b/devel/ruby-gems/Makefile.common
index 927d1583c65c..484b56905f5e 100644
--- a/devel/ruby-gems/Makefile.common
+++ b/devel/ruby-gems/Makefile.common
@@ -7,7 +7,7 @@ RUN_DEPENDS+= ${BUILD_DEPENDS}
PKGNAMEPREFIX= rubygem-
EXTRACT_SUFX= .gem
-NO_EXTRACT= YES
+EXTRACT_ONLY=
DIST_SUBDIR= rubygem
USE_REINPLACE= yes