diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-25 16:38:48 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-25 16:38:48 +0000 |
commit | dcd03e6ed395b175023e5e6539538e2ee13e34cb (patch) | |
tree | e83252bf05044ebe8f93feacad2a8655c3d5f3cd /x11-toolkits | |
parent | e5089b9c87de14824fcf48b285d4d1ad96c961cd (diff) | |
download | FreeBSD-ports-dcd03e6ed395b175023e5e6539538e2ee13e34cb.zip FreeBSD-ports-dcd03e6ed395b175023e5e6539538e2ee13e34cb.tar.gz |
- 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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk-Date/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-FileDialog/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Getopt/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-ResizeButton/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 2 |
5 files changed, 0 insertions, 6 deletions
diff --git a/x11-toolkits/p5-Tk-Date/Makefile b/x11-toolkits/p5-Tk-Date/Makefile index 29c9f3c..18878bd 100644 --- a/x11-toolkits/p5-Tk-Date/Makefile +++ b/x11-toolkits/p5-Tk-Date/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} MAN3= Tk::Date.3 .include <bsd.port.pre.mk> diff --git a/x11-toolkits/p5-Tk-FileDialog/Makefile b/x11-toolkits/p5-Tk-FileDialog/Makefile index f2bc57c..4b2a72d 100644 --- a/x11-toolkits/p5-Tk-FileDialog/Makefile +++ b/x11-toolkits/p5-Tk-FileDialog/Makefile @@ -16,7 +16,6 @@ COMMENT= Tk::FileDialog - A file selector dialog for perl/Tk BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk PERL_CONFIGURE= yes -MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} MAN3= Tk::FileDialog.3 PLIST_SUB= PERL_VERSION=${PERL_VERSION} diff --git a/x11-toolkits/p5-Tk-Getopt/Makefile b/x11-toolkits/p5-Tk-Getopt/Makefile index d10ab50..9dfed2f 100644 --- a/x11-toolkits/p5-Tk-Getopt/Makefile +++ b/x11-toolkits/p5-Tk-Getopt/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} MAN3= Tk::Getopt.3 .include <bsd.port.pre.mk> diff --git a/x11-toolkits/p5-Tk-ResizeButton/Makefile b/x11-toolkits/p5-Tk-ResizeButton/Makefile index ad9328e..f5dba40 100644 --- a/x11-toolkits/p5-Tk-ResizeButton/Makefile +++ b/x11-toolkits/p5-Tk-ResizeButton/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} MAN3= Tk::ResizeButton.3 .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 7e7621c..156910b 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -139,8 +139,6 @@ MAN3= Tie::Watch.3 \ Tk::demos::widget_lib::slide.3 \ Tk::demos::widget_lib::trace2.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 |