diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-26 00:38:48 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-26 00:38:48 +0800 |
commit | dcd03e6ed395b175023e5e6539538e2ee13e34cb (patch) | |
tree | e83252bf05044ebe8f93feacad2a8655c3d5f3cd /textproc | |
parent | e5089b9c87de14824fcf48b285d4d1ad96c961cd (diff) | |
download | freebsd-ports-gnome-dcd03e6ed395b175023e5e6539538e2ee13e34cb.tar.gz freebsd-ports-gnome-dcd03e6ed395b175023e5e6539538e2ee13e34cb.tar.zst freebsd-ports-gnome-dcd03e6ed395b175023e5e6539538e2ee13e34cb.zip |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-FreeBSD-Ports/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-EtText/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-SAX1toSAX2/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-YAWriter/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Writer/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SAXDriver-Sablotron/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-XUpdate-LibXML/Makefile | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/textproc/p5-FreeBSD-Ports/Makefile b/textproc/p5-FreeBSD-Ports/Makefile index 7f6de0182169..913d0a555360 100644 --- a/textproc/p5-FreeBSD-Ports/Makefile +++ b/textproc/p5-FreeBSD-Ports/Makefile @@ -18,7 +18,6 @@ COMMENT= Perl modules for parsing FreeBSD's Ports INDEX file USE_BZIP2= yes PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= FreeBSD::Ports::Port.3 \ FreeBSD::Ports.3 .include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Stem/Makefile b/textproc/p5-Lingua-Stem/Makefile index 8cc2aa9e61d4..6b1d37edc8d9 100644 --- a/textproc/p5-Lingua-Stem/Makefile +++ b/textproc/p5-Lingua-Stem/Makefile @@ -32,6 +32,5 @@ MAN3= Lingua::Stem.3 Lingua::Stem::AutoLoader.3 \ Lingua::Stem::EnBroken.3 Lingua::Stem::Gl.3 \ Lingua::Stem::No.3 Lingua::Stem::De.3 \ Lingua::Stem::Sv.3 Lingua::Stem::Da.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-Text-EtText/Makefile b/textproc/p5-Text-EtText/Makefile index 9fa6b1f5d229..daf226236ee2 100644 --- a/textproc/p5-Text-EtText/Makefile +++ b/textproc/p5-Text-EtText/Makefile @@ -17,7 +17,6 @@ COMMENT= A simple plain-text to HTML converter PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Text::EtText.3 Text::EtText::DefaultGlossary.3 \ Text::EtText::LinkGlossary.3 Text::EtText::EtText2HTML.3 \ Text::EtText::HTML2EtText.3 diff --git a/textproc/p5-XML-Filter-SAX1toSAX2/Makefile b/textproc/p5-XML-Filter-SAX1toSAX2/Makefile index 85f04e5a9825..4a46e5d90c4b 100644 --- a/textproc/p5-XML-Filter-SAX1toSAX2/Makefile +++ b/textproc/p5-XML-Filter-SAX1toSAX2/Makefile @@ -22,6 +22,5 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= XML::Filter::SAX1toSAX2.3 XML::Filter::SAX2toSAX1.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-XML-Handler-YAWriter/Makefile b/textproc/p5-XML-Handler-YAWriter/Makefile index 062f62e164f4..45c2c5954ca0 100644 --- a/textproc/p5-XML-Handler-YAWriter/Makefile +++ b/textproc/p5-XML-Handler-YAWriter/Makefile @@ -23,6 +23,5 @@ PERL_CONFIGURE= yes MAN1= xmlpretty.1 MAN1PREFIX= ${PREFIX} MAN3= XML::Handler::YAWriter.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-XML-SAX-Writer/Makefile b/textproc/p5-XML-SAX-Writer/Makefile index ae702057fb8a..cca952fc3bc0 100644 --- a/textproc/p5-XML-SAX-Writer/Makefile +++ b/textproc/p5-XML-SAX-Writer/Makefile @@ -24,6 +24,5 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= XML::SAX::Writer.3 XML::SAX::Writer::XML.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index cb94335d51d1..da46bddc5178 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -25,7 +25,6 @@ MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::DocumentLocator.3 \ XML::SAX::Exception.3 XML::SAX::Intro.3 \ XML::SAX::ParserFactory.3 XML::SAX::PurePerl.3 \ XML::SAX::PurePerl::Reader.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-configure: # dirty hack to deceive irritable pod2man diff --git a/textproc/p5-XML-SAXDriver-Sablotron/Makefile b/textproc/p5-XML-SAXDriver-Sablotron/Makefile index a5244fab3063..c3458042e5d8 100644 --- a/textproc/p5-XML-SAXDriver-Sablotron/Makefile +++ b/textproc/p5-XML-SAXDriver-Sablotron/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= XML::SAXDriver::Sablotron.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-patch: @${PERL} -pi -e 's!^use warnings;!!;' ${WRKSRC}/Sablotron.pm diff --git a/textproc/p5-XML-XUpdate-LibXML/Makefile b/textproc/p5-XML-XUpdate-LibXML/Makefile index de92f4d9168e..fd13684a0e93 100644 --- a/textproc/p5-XML-XUpdate-LibXML/Makefile +++ b/textproc/p5-XML-XUpdate-LibXML/Makefile @@ -22,7 +22,6 @@ PERL_CONFIGURE= yes MAN1= xupdate.1 MAN3= XML::Normalize::LibXML.3 XML::XUpdate::LibXML.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-patch: @${PERL} -pi -e 's/xupdate/NAME/ if $$.==56' ${WRKSRC}/xupdate |