diff options
Diffstat (limited to 'fonts/XFree86-fontsMisc/Makefile')
-rw-r--r-- | fonts/XFree86-fontsMisc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/XFree86-fontsMisc/Makefile b/fonts/XFree86-fontsMisc/Makefile index 5317c3f8d75..ecb7016fc4e 100644 --- a/fonts/XFree86-fontsMisc/Makefile +++ b/fonts/XFree86-fontsMisc/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2004/07/29 06:36:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/29 09:06:20 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-fontsMisc-${XF_VER} CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XFREE} -DISTFILES= XFree86-4.4.0-src-1.tgz XFree86-4.4.0-src-4.tgz +DISTFILES= XFree86-${XF_VER}-src-1.tgz XFree86-${XF_VER}-src-4.tgz MAINTAINER= xfree86@blef.org HOMEPAGE= http://www.xfree86.org/ @@ -13,7 +13,7 @@ COMMENT= XFree86 default bitmap fonts NO_XFREE86_TARGETS= # defined FONTS_MISC= # defined WRKSRC= ${WRKDIR}/xc/fonts/bdf/misc -EXTRACT_ONLY= XFree86-4.4.0-src-4.tgz +EXTRACT_ONLY= XFree86-${XF_VER}-src-4.tgz .include "../../fonts/XFree86-fontsEncodings/Makefile.common" .include "../../meta-pkgs/XFree86/Makefile.common" |