diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-25 23:29:12 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-25 23:29:12 +0800 |
commit | e47aff2ef30d1eec1f708e75fe81b8e3ea6ca323 (patch) | |
tree | 66d22533829ca380ebdeeeca80f602eb516dd40a /textproc | |
parent | eaf3f044e996f2c258a0d4c80592b35db9f7cd30 (diff) | |
download | freebsd-ports-gnome-e47aff2ef30d1eec1f708e75fe81b8e3ea6ca323.tar.gz freebsd-ports-gnome-e47aff2ef30d1eec1f708e75fe81b8e3ea6ca323.tar.zst freebsd-ports-gnome-e47aff2ef30d1eec1f708e75fe81b8e3ea6ca323.zip |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@
PR: ports/98755
Submitted by: rafan (the fresh committer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Ispell/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-NetAddr-IP-Find/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Common/Makefile | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/textproc/p5-Lingua-Ispell/Makefile b/textproc/p5-Lingua-Ispell/Makefile index 6f758a6f8bf4..f8c7503a29ce 100644 --- a/textproc/p5-Lingua-Ispell/Makefile +++ b/textproc/p5-Lingua-Ispell/Makefile @@ -20,6 +20,4 @@ PERL_CONFIGURE= YES MAN3= Lingua::Ispell.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - .include <bsd.port.mk> diff --git a/textproc/p5-NetAddr-IP-Find/Makefile b/textproc/p5-NetAddr-IP-Find/Makefile index a824e106a62b..95a568b9f2c0 100644 --- a/textproc/p5-NetAddr-IP-Find/Makefile +++ b/textproc/p5-NetAddr-IP-Find/Makefile @@ -21,6 +21,5 @@ PERL_CONFIGURE= yes INSTALL_TARGET= pure_install MAN3= NetAddr::IP::Find.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-XML-LibXML-Common/Makefile b/textproc/p5-XML-LibXML-Common/Makefile index 75cc02c8be7d..05d952ca7e99 100644 --- a/textproc/p5-XML-LibXML-Common/Makefile +++ b/textproc/p5-XML-LibXML-Common/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= XML::LibXML::Common.3 .include <bsd.port.mk> |