diff options
author | obache <obache@pkgsrc.org> | 2008-11-27 12:42:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-27 12:42:00 +0000 |
commit | d2032dd2fe2b6e8e95dcf29da6724415537d3234 (patch) | |
tree | 74ea343fc4eeb5d6d3eec7fa1bc234195e5e5802 /fonts | |
parent | 4ffc9a7928f0abb1f7ee28fba7c8b8ccae2f8091 (diff) | |
download | pkgsrc-d2032dd2fe2b6e8e95dcf29da6724415537d3234.tar.gz |
Set DISTFILE more easy.
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 23f75a2097d..d41fefb5d93 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.26 2008/05/26 12:15:14 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2008/11/27 12:42:00 obache Exp $ DISTNAME= intlfonts-1.2.1 PKGREVISION= 5 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_GNU:=intlfonts/intlfonts-1.2.1-split/} -DISTFILES= ${FONT_SETS:S/$/${EXTRACT_SUFX}/} ${MISC_FILES} +DISTFILES= ${FONT_SETS:=${EXTRACT_SUFX}} ${MISC_FILES} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Free X11 fonts (BDF format) for all characters that Emacs can handle |