From bf9129c41e2b7be767d2c17d60e379900e6dda5f Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 15 Jul 2005 18:27:48 +0000 Subject: Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package. --- fonts/cyr-rfx-share/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fonts/cyr-rfx-share') diff --git a/fonts/cyr-rfx-share/Makefile.common b/fonts/cyr-rfx-share/Makefile.common index 903a3a0ae27..8e16a6562d3 100644 --- a/fonts/cyr-rfx-share/Makefile.common +++ b/fonts/cyr-rfx-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile.common,v 1.5 2005/07/15 18:27:50 jlam Exp $ DISTNAME= cyr-rfx-${CYR_RFX_ENCODING}-1.1 CATEGORIES= fonts x11 @@ -18,7 +18,7 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes -PKGSRC_USE_TOOLS+= gtar +USE_TOOLS+= gtar do-install: @cd ${PREFIX}/lib/X11/fonts/local && ${GTAR} xzf ${_DISTDIR}/${DISTFILES} ${CYR_RFX_ENCODING}/misc ${CYR_RFX_ENCODING}/75dpi -- cgit v1.2.3