aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-06-25 15:29:12 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-06-25 15:29:12 +0000
commitc43be3147b624d021b1cf032a8b006b3195397a5 (patch)
tree67fb197255f0a7c301bf7ee4c08937d6e9f4420a /devel
parent451ab4aabc616415b65819c0d3b1c4e00de4cb81 (diff)
downloadports-c43be3147b624d021b1cf032a8b006b3195397a5.tar.gz
ports-c43be3147b624d021b1cf032a8b006b3195397a5.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)
Notes
Notes: svn path=/head/; revision=166308
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Data-ShowTable/Makefile1
-rw-r--r--devel/p5-FreezeThaw/Makefile1
-rw-r--r--devel/p5-Locale-PGetText/Makefile1
-rw-r--r--devel/p5-PCSC-Card/Makefile1
-rw-r--r--devel/p5-String-LRC/Makefile1
5 files changed, 0 insertions, 5 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
index 7117fd43695b..abafb7d901e2 100644
--- a/devel/p5-Data-ShowTable/Makefile
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -19,6 +19,5 @@ PERL_CONFIGURE= yes
MAN1= showtable.1
MAN3= Data::ShowTable.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/devel/p5-FreezeThaw/Makefile b/devel/p5-FreezeThaw/Makefile
index 98706c461aba..e8c46307eddb 100644
--- a/devel/p5-FreezeThaw/Makefile
+++ b/devel/p5-FreezeThaw/Makefile
@@ -17,7 +17,6 @@ COMMENT= A module for converting Perl structures to strings and back
PERL_CONFIGURE= YES
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= FreezeThaw.3
.include <bsd.port.mk>
diff --git a/devel/p5-Locale-PGetText/Makefile b/devel/p5-Locale-PGetText/Makefile
index 541a556a3e31..58b39c8b964f 100644
--- a/devel/p5-Locale-PGetText/Makefile
+++ b/devel/p5-Locale-PGetText/Makefile
@@ -18,7 +18,6 @@ COMMENT= Pure perl implementation of GNU gettext
PERL_CONFIGURE= YES
MAN1= MsgFormat.1 XText.1
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Locale::PGetText.3
.include <bsd.port.mk>
diff --git a/devel/p5-PCSC-Card/Makefile b/devel/p5-PCSC-Card/Makefile
index e62d66cea443..c540bbc17711 100644
--- a/devel/p5-PCSC-Card/Makefile
+++ b/devel/p5-PCSC-Card/Makefile
@@ -27,7 +27,6 @@ PERL_CONFIGURE= yes
MAKE_ENV= "LOCALBASE=$(LOCALBASE)"
MAN3= Chipcard::PCSC::Card.3 Chipcard::PCSC.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-patch:
${REINPLACE_CMD} -e "s,-I/usr/local/pcsc/include,${LOCALBASE}/include/PCSC," \
diff --git a/devel/p5-String-LRC/Makefile b/devel/p5-String-LRC/Makefile
index ab144a0ba5af..4996948e9f06 100644
--- a/devel/p5-String-LRC/Makefile
+++ b/devel/p5-String-LRC/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A perl interface for longitudinal redundancy check generation
PERL_CONFIGURE= yes
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= String::LRC.3