diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-20 13:07:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-20 13:07:16 +0800 |
commit | 97362a46ef1848c69b0082ece6f08ffafd88227f (patch) | |
tree | 9f17505a296df71dc0a0310c34866c9e2c561224 /textproc | |
parent | 1bc4d2d79f8ab017e3914bd33782c72244203e93 (diff) | |
download | freebsd-ports-gnome-97362a46ef1848c69b0082ece6f08ffafd88227f.tar.gz freebsd-ports-gnome-97362a46ef1848c69b0082ece6f08ffafd88227f.tar.zst freebsd-ports-gnome-97362a46ef1848c69b0082ece6f08ffafd88227f.zip |
Removed missing man-page.
Noticed by: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-SAX-Machines/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-SAX-Machines/Makefile b/textproc/p5-XML-SAX-Machines/Makefile index d812b7486fc9..7548a17556ef 100644 --- a/textproc/p5-XML-SAX-Machines/Makefile +++ b/textproc/p5-XML-SAX-Machines/Makefile @@ -22,9 +22,9 @@ PERL_CONFIGURE= yes PLIST_SUB+= EXAMPLESDIR="share/examples/${PORTNAME}" MAN3= XML::Filter::Distributor.3 XML::Filter::DocSplitter.3 \ - XML::Filter::Merger.3 XML::Filter::Tee.3 XML::SAX::ByRecord.3 \ - XML::SAX::EventMethodMaker.3 XML::SAX::Machine.3 \ - XML::SAX::Machines.3 XML::SAX::Machines::ConfigHelper.3 \ + XML::Filter::Merger.3 XML::Filter::Tee.3 \ + XML::SAX::ByRecord.3 XML::SAX::EventMethodMaker.3 \ + XML::SAX::Machine.3 XML::SAX::Machines.3 \ XML::SAX::Manifold.3 XML::SAX::Pipeline.3 XML::SAX::Tap.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |