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 /graphics | |
parent | a72afe28c2216c151a1fc5aa900c8abf9c7a709e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 2 | ||||
-rw-r--r-- | graphics/pgperl/Makefile | 2 | ||||
-rw-r--r-- | graphics/tcm/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index d618bad65c0b..530304ff54b5 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -50,7 +50,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION:R} CONFIGURE_ARGS+= --with-perl=${PERL5} PLIST_SUB+= WITH_PERL='' MAN3= Image::Magick.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VER} .else CONFIGURE_ARGS+= --without-perl PLIST_SUB+= WITH_PERL='@comment ' diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index 00896bf5bac6..92da0143aa69 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 MAN3= PGPLOT.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} USE_PERL5= yes SCRIPTS_ENV= PERL=${PERL} diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index 00896bf5bac6..92da0143aa69 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 MAN3= PGPLOT.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} USE_PERL5= yes SCRIPTS_ENV= PERL=${PERL} diff --git a/graphics/tcm/Makefile b/graphics/tcm/Makefile index c64cb720b9f0..062dd395da11 100644 --- a/graphics/tcm/Makefile +++ b/graphics/tcm/Makefile @@ -27,7 +27,7 @@ USE_MOTIF= yes USE_BISON= yes USE_GMAKE= yes -MANPREFIX= ${PREFIX}/tcm +MANPREFIX= ${TARGETDIR}/tcm MAN1= psf.1 tatd.1 tcbd.1 tcm.1 tcmd.1 tcmdv.1 tcmt.1 tcpd.1 tcrd.1 \ tdfd.1 tdpd.1 tefd.1 terd.1 tesd.1 text2ps.1 tfet.1 tfrt.1 \ tgd.1 tgt.1 tgtt.1 tpsd.1 trpg.1 tscd.1 tsnd.1 tssd.1 tstd.1 \ |