diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-09 16:44:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-09 16:44:50 +0000 |
commit | 53e304b4c6041f6a0431c29943e16d46908ef17d (patch) | |
tree | 7955bd5936a5f90d45044eff3ab4901e985ffa40 /textproc/ruby-xmlparser | |
parent | 00ee016797875e565b59e41ff4c0c5aa28560e3c (diff) | |
download | ports-53e304b4c6041f6a0431c29943e16d46908ef17d.tar.gz ports-53e304b4c6041f6a0431c29943e16d46908ef17d.zip |
Notes
Diffstat (limited to 'textproc/ruby-xmlparser')
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 11 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/pkg-plist | 8 |
2 files changed, 2 insertions, 17 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index 10a0560b12d9..bc085548ff1f 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlparser PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc ruby MASTER_SITES= http://www.yoshidam.net/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -29,16 +29,10 @@ USE_RUBY_RD= yes PERL_ARCHLIB= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} WRKSRC= ${WRKDIR}/${PORTNAME} -CONFIGURE_ARGS= --with-perl-enc-map \ - --with-xmlparse-include="${LOCALBASE}/include/xml" \ - --with-xmltok-include="${LOCALBASE}/include/xml" +CONFIGURE_ARGS= --with-perl-enc-map INSTALL_TARGET= site-install EXAMPLES_EN= dtd/ext1.dtd dtd/ext2.dtd dtd/extdtd.rb dtd/extdtd.xml \ - expat-1.2/ext.ent expat-1.2/exttest.rb \ - expat-1.2/exttesti.rb expat-1.2/hoge.dtd \ - expat-1.2/idtest.rb expat-1.2/idtest.xml \ - expat-1.2/xmlextparser.rb \ namespaces/namespace1.rb namespaces/namespace1.xml \ namespaces/namespace2.rb namespaces/namespace2.xml \ digesttest.rb doctype.rb doctype.xml doctypei.rb \ @@ -58,7 +52,6 @@ post-patch: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/xmlparser/dtd - ${MKDIR} ${RUBY_EXAMPLESDIR}/xmlparser/expat-1.2 ${MKDIR} ${RUBY_EXAMPLESDIR}/xmlparser/namespaces ${MKDIR} ${RUBY_EXAMPLESDIR}/xmlparser/ja .for f in ${EXAMPLES_EN} diff --git a/textproc/ruby-xmlparser/pkg-plist b/textproc/ruby-xmlparser/pkg-plist index db4be086cc88..41700590d235 100644 --- a/textproc/ruby-xmlparser/pkg-plist +++ b/textproc/ruby-xmlparser/pkg-plist @@ -13,13 +13,6 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dtd/ext2.dtd %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dtd/extdtd.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dtd/extdtd.xml -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/ext.ent -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/exttest.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/exttesti.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/hoge.dtd -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/idtest.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/idtest.xml -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/xmlextparser.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/namespaces/namespace1.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/namespaces/namespace1.xml %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/namespaces/namespace2.rb @@ -59,7 +52,6 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/xmlstats.rb %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/ja %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/namespaces -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2 %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/dtd %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser %%PORTDOCS%%%%RUBY_DOCDIR%%/xmlparser/ja/README.ja |