diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 3 |
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 |