summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-15 14:22:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-15 14:22:50 +0000
commitc38021ff7434657613e3090f0550c8a209e6d97b (patch)
tree50a49b173f4669e468a9f728fa9ba5ff69e25b36 /textproc
parentUpdate md5 after checking the diffs. (weird.. nothing again..) (diff)
Fix Perl 5.6 centric depends. (mach -> ${PERL_ARCH})
Notes
Notes: svn path=/head/; revision=32640
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-xmlparser/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile
index 284b4837a5da..f281717caf8e 100644
--- a/textproc/ruby-xmlparser/Makefile
+++ b/textproc/ruby-xmlparser/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmlparser
PORTVERSION= 0.5.19
+PORTREVISION= 1
CATEGORIES= textproc ruby
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.bekkoame.ne.jp/~yoshidam/
@@ -27,7 +28,7 @@ USE_RUBY_EXTCONF= yes
USE_RUBY_RD= yes
.endif
-PERL_ARCHLIB= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach
+PERL_ARCHLIB= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALL_TARGET= site-install