diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 12:15:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 12:15:14 +0000 |
commit | ce44555ab993db82fc4144fa7da53300b0c5a83c (patch) | |
tree | 58166035308acd1c0f910f3fb03fc8db6291f1d6 /fonts | |
parent | a8b011651e984f0323a71ee82a77232a19c1c4fc (diff) | |
download | pkgsrc-ce44555ab993db82fc4144fa7da53300b0c5a83c.tar.gz |
Don't depend on EXTRACT_SUFX having the expected value when using it for
subst early.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/intlfonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile index 9ec15fc962c..23f75a2097d 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2007/02/06 18:27:33 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2008/05/26 12:15:14 joerg Exp $ DISTNAME= intlfonts-1.2.1 PKGREVISION= 5 @@ -39,6 +39,7 @@ CONFIGURE_ARGS+= --with-type1 --with-truetype MISC_FILES= README.split DIST_SUBDIR= ${PKGNAME_NOREV} +EXTRACT_SUFX= .tar.gz EXTRACT_ONLY= ${FONT_SETS:S/$/${EXTRACT_SUFX}/} GNU_CONFIGURE= yes |