diff options
author | hira <hira@pkgsrc.org> | 2005-03-30 20:40:31 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2005-03-30 20:40:31 +0000 |
commit | 3c2a2392ad1968b423a5f591554915145733204c (patch) | |
tree | e0ae5f04bcd078b22613b25d92f6ebc8ddd3f4de /fonts/xorg-fontsCyrillic | |
parent | 8cf60ce6829ae3214c5a7fc12eb06fc5e4d00c3b (diff) | |
download | pkgsrc-3c2a2392ad1968b423a5f591554915145733204c.tar.gz |
Don't extract unnecessary part for build. OK'd by xtraeme@.
Diffstat (limited to 'fonts/xorg-fontsCyrillic')
-rw-r--r-- | fonts/xorg-fontsCyrillic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/xorg-fontsCyrillic/Makefile b/fonts/xorg-fontsCyrillic/Makefile index 49b320a0af1..1e016f1a253 100644 --- a/fonts/xorg-fontsCyrillic/Makefile +++ b/fonts/xorg-fontsCyrillic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/09/21 17:38:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/30 20:40:31 hira Exp $ DISTNAME= X11R${XORG_VER}-src1 PKGNAME= xorg-fontsCyrillic-${XORG_VER} @@ -14,6 +14,7 @@ DEPENDS+= xorg-fontsEncodings>=${XORG_VER}:../../fonts/xorg-fontsEncodings XBUILD_DIRS= fonts/encodings fonts/bdf/cyrillic XINSTALL_DIRS= fonts/bdf/cyrillic +XEXTRACTS= ${XBUILD_DIRS} FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files |