diff options
author | erwin <erwin@FreeBSD.org> | 2006-08-04 20:34:50 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-08-04 20:34:50 +0800 |
commit | 983dc15ba8f877d94d8e2b8c777deb8199f4ec99 (patch) | |
tree | b75af0a340e3a5fb325b96ab4419867bc2a7a996 /textproc | |
parent | 0aec5ee33513f1341433ac3950105867e7edbae9 (diff) | |
download | freebsd-ports-gnome-983dc15ba8f877d94d8e2b8c777deb8199f4ec99.tar.gz freebsd-ports-gnome-983dc15ba8f877d94d8e2b8c777deb8199f4ec99.tar.zst freebsd-ports-gnome-983dc15ba8f877d94d8e2b8c777deb8199f4ec99.zip |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-SGML-DTDParse/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-Dtd2DocBook/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-Dtd2Html/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Handler-YAWriter/Makefile | 1 | ||||
-rw-r--r-- | textproc/po4a/Makefile | 2 |
5 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-SGML-DTDParse/Makefile b/textproc/p5-SGML-DTDParse/Makefile index 7e0a2144af81..01c9304295fb 100644 --- a/textproc/p5-SGML-DTDParse/Makefile +++ b/textproc/p5-SGML-DTDParse/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= dtddiff2html.1 dtdformat.1 dtddiff.1 dtdparse.1 dtdflatten.1 -MAN1PREFIX= ${PREFIX} MAN3= SGML::DTDParse::DTD.3 SGML::DTDParse.3 SGML::DTDParse::Util.3 .include <bsd.port.pre.mk> diff --git a/textproc/p5-XML-Handler-Dtd2DocBook/Makefile b/textproc/p5-XML-Handler-Dtd2DocBook/Makefile index 40603d5d6b5a..2cda7bb9cc59 100644 --- a/textproc/p5-XML-Handler-Dtd2DocBook/Makefile +++ b/textproc/p5-XML-Handler-Dtd2DocBook/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= dtd2db.pl.1 -MAN1PREFIX= ${PREFIX} MAN3= XML::Handler::Dtd2DocBook.3 .include <bsd.port.mk> diff --git a/textproc/p5-XML-Handler-Dtd2Html/Makefile b/textproc/p5-XML-Handler-Dtd2Html/Makefile index 975fa039a274..78f830aa6a61 100644 --- a/textproc/p5-XML-Handler-Dtd2Html/Makefile +++ b/textproc/p5-XML-Handler-Dtd2Html/Makefile @@ -26,7 +26,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= dtd2html.pl.1 -MAN1PREFIX= ${PREFIX} MAN3= XML::Handler::Dtd2Html.3 .include <bsd.port.mk> diff --git a/textproc/p5-XML-Handler-YAWriter/Makefile b/textproc/p5-XML-Handler-YAWriter/Makefile index 45c2c5954ca0..e288b4c59973 100644 --- a/textproc/p5-XML-Handler-YAWriter/Makefile +++ b/textproc/p5-XML-Handler-YAWriter/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= xmlpretty.1 -MAN1PREFIX= ${PREFIX} MAN3= XML::Handler::YAWriter.3 .include <bsd.port.mk> diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index 809cea796d87..1ee77cadf2ab 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -26,7 +26,7 @@ USE_PERL5= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} MAN3= Locale::Po4a::TransTractor.3 \ Locale::Po4a::LaTeX.3 \ Locale::Po4a::Pod.3 \ |