diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 17:10:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 17:10:35 +0000 |
commit | f62dd8d14d4e3b4711d4e9c2a2cdb5d6d3e4d982 (patch) | |
tree | b62f4ae50280ab449a75db23fe3c46d98fb55d05 /fonts | |
parent | 03e666c9a72c2733f10842b766498a434b35c061 (diff) | |
download | pkgsrc-f62dd8d14d4e3b4711d4e9c2a2cdb5d6d3e4d982.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/freefonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/freefonts/Makefile b/fonts/freefonts/Makefile index 986baa575b4..0ecc6ad9cef 100644 --- a/fonts/freefonts/Makefile +++ b/fonts/freefonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/03/03 20:17:12 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/04/07 17:10:35 joerg Exp $ # DISTNAME= freefonts-0.10 @@ -21,6 +21,8 @@ USE_TOOLS+= gtar gzip FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/freefont REQD_DIRS= ${PREFIX}/lib/X11/fonts/freefont +INSTALLATION_DIRS= lib/X11/fonts + do-install: ${GTAR} Cxzf ${DESTDIR}${PREFIX}/lib/X11/fonts \ ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} |