diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 16:33:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 16:33:54 +0000 |
commit | a6c71ce45feb9175d40ba3a6a1991bf421c9dd24 (patch) | |
tree | f9dd6e7860299b135457f9684d1f869b0439ca58 /fonts | |
parent | ac885f305791d2356dda45ed73c70c19f5e4beb2 (diff) | |
download | pkgsrc-a6c71ce45feb9175d40ba3a6a1991bf421c9dd24.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/artwiz-fonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/artwiz-fonts/Makefile b/fonts/artwiz-fonts/Makefile index 19d9983d970..a48b3266d23 100644 --- a/fonts/artwiz-fonts/Makefile +++ b/fonts/artwiz-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/03/03 20:17:11 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/04/07 16:33:54 joerg Exp $ # DISTNAME= artwiz-aleczapka-1.3 @@ -23,6 +23,8 @@ NO_CONFIGURE= yes FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/artwiz REQD_DIRS= ${PREFIX}/lib/X11/fonts/artwiz +INSTALLATION_DIRS= lib/X11/fonts/artwiz + do-install: for i in ${WRKSRC}/*.pcf; do \ ${INSTALL_DATA} $$i ${DESTDIR}${FONTS_DIRS.x11}; \ |