diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 13:01:26 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 13:01:26 +0000 |
commit | 8791135877cfa1856deb75d2842fa467a56a1f32 (patch) | |
tree | 53f6dad5fe30a5d71af23c7b2e6df026845d3aa8 /fonts | |
parent | 80cd59bf76ce6dc65cc2f34da63d762216285c41 (diff) | |
download | pkgsrc-8791135877cfa1856deb75d2842fa467a56a1f32.tar.gz |
'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/intlfonts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile index 6117d47bbc2..1058f329573 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/10/03 18:28:24 asau Exp $ +# $NetBSD: Makefile,v 1.31 2013/04/06 13:01:26 rodent Exp $ DISTNAME= intlfonts-1.2.1 PKGREVISION= 5 @@ -39,7 +39,6 @@ CONFIGURE_ARGS+= --with-type1 --with-truetype MISC_FILES= README.split DIST_SUBDIR= ${PKGNAME_NOREV} -EXTRACT_SUFX= .tar.gz EXTRACT_ONLY= ${FONT_SETS:=${EXTRACT_SUFX}} GNU_CONFIGURE= yes |