diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-25 16:38:48 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-25 16:38:48 +0000 |
commit | baba9cd29faf459885696356676b8bb69a115660 (patch) | |
tree | 64cac8b4c9b752e5836933a9f45a66ded6d76f7e /x11-toolkits | |
parent | Update to version 0.9.4 (diff) |
- 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 29c9f3caf171..18878bd7ed8f 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 f2bc57cff567..4b2a72d64602 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 d10ab504c06e..9dfed2fc8bca 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 ad9328e98d7b..f5dba40f5f2d 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 7e7621c7aa77..156910bae822 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 |