diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-07-24 20:07:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-07-24 20:07:51 +0000 |
commit | b6feb0b6f96796be25e78ed80f148e23c3130f30 (patch) | |
tree | 2212f66c49d342daabbbc12a07f9b6452fbad5bc /fonts/intlfonts | |
parent | e1be891dbc856679f71ca61e065fc63be575f829 (diff) | |
download | pkgsrc-b6feb0b6f96796be25e78ed80f148e23c3130f30.tar.gz |
use PKGNAME_NOREV for DIST_SUBDIR
Diffstat (limited to 'fonts/intlfonts')
-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 |