diff options
author | hubertf <hubertf> | 2002-07-24 20:07:51 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-07-24 20:07:51 +0000 |
commit | dac5e5fbfdc2842e37d61b03905ebe444cdd5f5f (patch) | |
tree | 2212f66c49d342daabbbc12a07f9b6452fbad5bc /fonts | |
parent | 04ed2224a3ecc359d5c85084b1f05f4629638190 (diff) | |
download | pkgsrc-dac5e5fbfdc2842e37d61b03905ebe444cdd5f5f.tar.gz |
use PKGNAME_NOREV for DIST_SUBDIR
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 5089b54d524..3258ca8ba61 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/07/24 02:32:17 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2002/07/24 20:07:51 hubertf Exp $ DISTNAME= intlfonts-1.2 PKGREVISION= 1 @@ -36,7 +36,7 @@ EXTRA_FONTS= Chinese.BIG \ MISC_FILES= README.split -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_ONLY= ${FONT_SETS:S/$/${EXTRACT_SUFX}/} USE_X11BASE= yes |