diff options
author | itojun <itojun> | 2000-04-20 16:57:21 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-04-20 16:57:21 +0000 |
commit | a739c7dd9b95e21438d43338d3b33641c478ed10 (patch) | |
tree | ba7ee669a15ad82677c047229e01403476a38323 | |
parent | a7503f7e67135eb669e02d90719325590cbaf3b1 (diff) | |
download | pkgsrc-a739c7dd9b95e21438d43338d3b33641c478ed10.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)
-rw-r--r-- | fonts/intlfonts/Makefile | 4 | ||||
-rw-r--r-- | x11/intlfonts/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/x11/intlfonts/Makefile b/x11/intlfonts/Makefile index 24030984cc4..32b42a3db89 100644 --- a/x11/intlfonts/Makefile +++ b/x11/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 |