diff options
author | gabor <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
commit | 1f31ff34b514d77244257a9a94391d3aae8edab0 (patch) | |
tree | a676504f8edaca31196a243aa7393f33f26078fa /print | |
parent | fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57 (diff) | |
download | freebsd-ports-graphics-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.gz freebsd-ports-graphics-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.zst freebsd-ports-graphics-1f31ff34b514d77244257a9a94391d3aae8edab0.zip |
- 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)
Diffstat (limited to 'print')
-rw-r--r-- | print/cjk-lyx/Makefile | 2 | ||||
-rw-r--r-- | print/cups-pstoraster/Makefile | 2 | ||||
-rw-r--r-- | print/cups-samba/Makefile | 2 | ||||
-rw-r--r-- | print/freetype-tools/Makefile | 10 | ||||
-rw-r--r-- | print/perlftlib/Makefile | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 9cac6d84fe3..d1b7f591331 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 b774487f7d0..82e6343f8bf 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 0b77c51cc7f..be7bcd587fa 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 48a46771bd1..89ad884fb2b 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 d027492b504..89c24702413 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} |