diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
commit | 50513d5d5238ab12e0e327b93bf433d7d288aeeb (patch) | |
tree | a01dbbed0a08990ed895d4f97017c2593d8d7172 /japanese | |
parent | a72afe28c2216c151a1fc5aa900c8abf9c7a709e (diff) | |
download | ports-50513d5d5238ab12e0e327b93bf433d7d288aeeb.tar.gz ports-50513d5d5238ab12e0e327b93bf433d7d288aeeb.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
Notes
Notes:
svn path=/head/; revision=169648
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-manual/Makefile | 2 | ||||
-rw-r--r-- | japanese/perl5/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/p5-manual/Makefile b/japanese/p5-manual/Makefile index 5dc8961d316b..a809302b2cfe 100644 --- a/japanese/p5-manual/Makefile +++ b/japanese/p5-manual/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 japanese manual NO_BUILD= yes -MANPREFIX= ${PREFIX}/man/ja +MANPREFIX= ${TARGETDIR}/man/ja CAT1= a2p.1 perl.1 perlapi.1 perlbook.1 perlbot.1 perlcall.1 \ perldata.1 perldebug.1 perldiag.1 perlembed.1 perlform.1 \ diff --git a/japanese/perl5/Makefile b/japanese/perl5/Makefile index 8b4f2fa06c1b..e3913a4e22ff 100644 --- a/japanese/perl5/Makefile +++ b/japanese/perl5/Makefile @@ -120,7 +120,7 @@ MAN3= AnyDBM_File.3 AutoLoader.3 AutoSplit.3 B.3 B::Asmdata.3 \ strict.3 subs.3 vars.3 \ I18N::Japanese.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${JPERL_VERSION}/ +MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} test: @(cd ${WRKSRC}; make test) |