diff options
author | wiz <wiz> | 2013-04-08 07:37:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-04-08 07:37:55 +0000 |
commit | 536ed42a003a7f0af61f87fc1db7df7f6822e0db (patch) | |
tree | b56d853a375fbdb7cc22482ea097ccb0fe1719e1 | |
parent | cf74bd84e573a60c1eb55710a37ce10d057f3070 (diff) | |
download | pkgsrc-536ed42a003a7f0af61f87fc1db7df7f6822e0db.tar.gz |
Re-add EXTRACT_SUFX, needed in this case (plus a comment why it's needed).
-rw-r--r-- | fonts/intlfonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile index e73b4e9bd84..91b795aee9c 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.32 2013/04/06 13:24:19 rodent Exp $ +# $NetBSD: Makefile,v 1.33 2013/04/08 07:37:55 wiz Exp $ DISTNAME= intlfonts-1.2.1 PKGREVISION= 5 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_GNU:=intlfonts/intlfonts-1.2.1-split/} +# not redundant here -- needed in the DISTFILES line below +EXTRACT_SUFX= .tar.gz DISTFILES= ${FONT_SETS:=${EXTRACT_SUFX}} ${MISC_FILES} MAINTAINER= pkgsrc-users@NetBSD.org |