diff options
author | itojun <itojun@pkgsrc.org> | 2000-04-20 16:57:21 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-04-20 16:57:21 +0000 |
commit | fc7add1d9f80b192a403eb7516e04af17f081989 (patch) | |
tree | ba7ee669a15ad82677c047229e01403476a38323 /fonts | |
parent | 96be60e4aa4f254b2c66370415ae50f40bce4cfb (diff) | |
download | pkgsrc-fc7add1d9f80b192a403eb7516e04af17f081989.tar.gz |
use distfiles/${PKGNAME} as download directory, instead of distfiles/intlfonts,
to avoid distfiles name crash (if old version was installed in the past
we experience checksum failure with the previous config)
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/intlfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile index 24030984cc4..32b42a3db89 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/04/07 03:51:54 itojun Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/20 16:57:21 itojun Exp $ DISTNAME= intlfonts-1.2 CATEGORIES= x11 @@ -31,7 +31,7 @@ EXTRA_FONTS= Chinese.BIG \ MISC_FILES= README.split -DIST_SUBDIR= intlfonts +DIST_SUBDIR= ${PKGNAME} EXTRACT_ONLY= ${FONT_SETS:S/$/${EXTRACT_SUFX}/} MESSAGE_FILE= ${WRKSRC}/MESSAGE USE_X11BASE= yes |