diff options
author | obache <obache@pkgsrc.org> | 2008-11-27 12:44:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-27 12:44:19 +0000 |
commit | a40e66505be7eac250274312f2b918228c5bbbbc (patch) | |
tree | 60f6ad6147c15bd8e111e09caac37fab663bb15f /fonts | |
parent | d2032dd2fe2b6e8e95dcf29da6724415537d3234 (diff) | |
download | pkgsrc-a40e66505be7eac250274312f2b918228c5bbbbc.tar.gz |
and also EXTRACT_ONLY.
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 d41fefb5d93..42656af20a4 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/11/27 12:42:00 obache Exp $ +# $NetBSD: Makefile,v 1.28 2008/11/27 12:44:19 obache Exp $ DISTNAME= intlfonts-1.2.1 PKGREVISION= 5 @@ -40,7 +40,7 @@ MISC_FILES= README.split DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_SUFX= .tar.gz -EXTRACT_ONLY= ${FONT_SETS:S/$/${EXTRACT_SUFX}/} +EXTRACT_ONLY= ${FONT_SETS:=${EXTRACT_SUFX}} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-fontdir=${PREFIX}/lib/X11/fonts/intlfonts \ |