diff options
author | joerg <joerg> | 2008-04-07 18:08:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 18:08:18 +0000 |
commit | 2f7e91a5729a9d8b0d0cca1bf3205c8a44252b8c (patch) | |
tree | f81be5b2a4f28688de3b096c2c20bb70aecb4307 /fonts | |
parent | 26f5f495edb144fc27da35706577563f0264b5a4 (diff) | |
download | pkgsrc-2f7e91a5729a9d8b0d0cca1bf3205c8a44252b8c.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/thaixfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/thaixfonts/Makefile b/fonts/thaixfonts/Makefile index f133f153b24..d9985af4fee 100644 --- a/fonts/thaixfonts/Makefile +++ b/fonts/thaixfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/03/03 20:17:12 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/04/07 18:14:16 joerg Exp $ # DISTNAME= thaixfonts-1.1-3.noarch @@ -20,6 +20,7 @@ USE_X11BASE= yes MAKE_ENV+= FONTDIR=${FONTDIR} FONTDIR= ${PREFIX}/lib/X11/fonts/thaixfonts/ +INSTALLATION_DIRS= ${FONTDIR} WRKSRC= ${WRKDIR}/usr/share/fonts/TIS-620/misc/ @@ -31,7 +32,6 @@ do-extract: cpio -i --make-directories \* do-install: - ${INSTALL_DATA_DIR} ${FONTDIR} cd ${WRKSRC} && ${INSTALL_DATA} *.gz fonts.* ${DESTDIR}${FONTDIR} .include "../../mk/bsd.pkg.mk" |