summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
commit42542fb07642b8336e808272918f3ae46aa67e0b (patch)
tree98ff235c33c6493aa26457284f122652c38935f7 /print
parent- Extract command variable definitions from bsd.port.mk, they are now stored in (diff)
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=197075
Diffstat (limited to 'print')
-rw-r--r--print/cjk-lyx/Makefile2
-rw-r--r--print/cups-pstoraster/Makefile2
-rw-r--r--print/cups-samba/Makefile2
-rw-r--r--print/freetype-tools/Makefile10
-rw-r--r--print/perlftlib/Makefile2
5 files changed, 9 insertions, 9 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile
index 9cac6d84fe38..d1b7f591331d 100644
--- a/print/cjk-lyx/Makefile
+++ b/print/cjk-lyx/Makefile
@@ -59,7 +59,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
MAN1= ${PKGNAMEPREFIX}lyx.1 ${PKGNAMEPREFIX}tex2lyx.1 ${PKGNAMEPREFIX}lyxclient.1
-DATADIR= ${TARGETDIR}/share/${PKGNAMEPREFIX}${PORTNAME}
+DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
# Make uic stay off the lawn
MAKE_ENV= TMPDIR=/tmp
diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile
index b774487f7d04..82e6343f8bf6 100644
--- a/print/cups-pstoraster/Makefile
+++ b/print/cups-pstoraster/Makefile
@@ -30,7 +30,7 @@ GS_VERSION= 8.15
WRKSRC= ${WRKDIR}/espgs-${PORTVERSION}
-DATADIR= ${TARGETDIR}/share/espgs
+DATADIR= ${PREFIX}/share/espgs
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/print/cups-samba/Makefile b/print/cups-samba/Makefile
index 0b77c51cc7ff..be7bcd587faa 100644
--- a/print/cups-samba/Makefile
+++ b/print/cups-samba/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= smbspool:${PORTSDIR}/net/samba3 \
NO_BUILD= yes
NO_WRKSUBDIR= yes
-DATADIR= ${TARGETDIR}/share/cups
+DATADIR= ${PREFIX}/share/cups
DRIVER_FILES= cups6.inf cups6.ini cupsps6.dll cupsui6.dll
SUB_FILES= pkg-message
diff --git a/print/freetype-tools/Makefile b/print/freetype-tools/Makefile
index 48a46771bd15..89ad884fb2b9 100644
--- a/print/freetype-tools/Makefile
+++ b/print/freetype-tools/Makefile
@@ -30,7 +30,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
-TEXMFMAIN= ${TARGETDIR}/share/texmf
+TEXMFMAIN= ${PREFIX}/share/texmf
MAN1= ttf2bdf.1 ttf2tfm.1 ttf2pk.1
@@ -46,10 +46,10 @@ post-patch:
${WRKSRC}/contrib/ttf2pfb/Makefile.in
post-build:
- @cd ${WRKSRC}/contrib/ttf2bdf && ./configure --prefix=${TARGETDIR} && ${GMAKE}
- @cd ${WRKSRC}/contrib/ttf2pfb && ./configure --prefix=${TARGETDIR} && ${GMAKE}
- @cd ${WRKSRC}/contrib/ttf2pk && ./configure --prefix=${TARGETDIR} --with-kpathsea-dir=${LOCALBASE} && ${GMAKE}
- @cd ${WRKSRC}/contrib/ttfbanner && ./configure --prefix=${TARGETDIR} && ${GMAKE}
+ @cd ${WRKSRC}/contrib/ttf2bdf && ./configure --prefix=${PREFIX} && ${GMAKE}
+ @cd ${WRKSRC}/contrib/ttf2pfb && ./configure --prefix=${PREFIX} && ${GMAKE}
+ @cd ${WRKSRC}/contrib/ttf2pk && ./configure --prefix=${PREFIX} --with-kpathsea-dir=${LOCALBASE} && ${GMAKE}
+ @cd ${WRKSRC}/contrib/ttfbanner && ./configure --prefix=${PREFIX} && ${GMAKE}
do-install:
@cd ${WRKSRC}/contrib/ttf2bdf && ${GMAKE} install
diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile
index d027492b504b..89c247024135 100644
--- a/print/perlftlib/Makefile
+++ b/print/perlftlib/Makefile
@@ -22,7 +22,7 @@ USE_PERL5= yes
NOMANCOMPRESS= yes
MAN1= mkttfdir.1 ftinfo.1
MAN3= FreeType.3
-MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAKE_ENV= PERL_VER=${PERL_VER} PERL5=${PERL5}