diff options
author | hira <hira> | 2005-03-30 20:40:31 +0000 |
---|---|---|
committer | hira <hira> | 2005-03-30 20:40:31 +0000 |
commit | fe7ad32dab66a6931b79a142981c0c28068e92c8 (patch) | |
tree | e0ae5f04bcd078b22613b25d92f6ebc8ddd3f4de /fonts/xorg-fontsEncodings | |
parent | fa741138b1ac6da5ba829594cac6be881670de45 (diff) | |
download | pkgsrc-fe7ad32dab66a6931b79a142981c0c28068e92c8.tar.gz |
Don't extract unnecessary part for build. OK'd by xtraeme@.
Diffstat (limited to 'fonts/xorg-fontsEncodings')
-rw-r--r-- | fonts/xorg-fontsEncodings/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/xorg-fontsEncodings/Makefile b/fonts/xorg-fontsEncodings/Makefile index 4ec40685c19..7d4bacdfe19 100644 --- a/fonts/xorg-fontsEncodings/Makefile +++ b/fonts/xorg-fontsEncodings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/09/21 17:38:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2005/03/30 20:40:31 hira Exp $ DISTNAME= X11R${XORG_VER}-src1 PKGNAME= xorg-fontsEncodings-${XORG_VER} @@ -12,6 +12,7 @@ COMMENT= X.org Encoding fonts BUILD_DEPENDS= xorg-clients>=${XORG_VER}:../../x11/xorg-clients XBUILD_DIRS= fonts/encodings +XEXTRACTS= ${XBUILD_DIRS} .include "../../meta-pkgs/xorg/Makefile.common" .include "../../mk/bsd.pkg.mk" |