From 35f017ce7ae6e18e6102f62c4167973050ee3fca 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. --- print/cnprint/Makefile | 4 ++-- print/hpijs/Makefile | 4 ++-- print/teTeX1-sharesrc/Makefile | 4 ++-- print/texfamily/Makefile | 6 ++---- 4 files changed, 8 insertions(+), 10 deletions(-) (limited to 'print') diff --git a/print/cnprint/Makefile b/print/cnprint/Makefile index 0af1be6736d..f6cfebeda9b 100644 --- a/print/cnprint/Makefile +++ b/print/cnprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:30 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/15 18:27:53 jlam Exp $ DISTNAME= # PKGNAME= cnprint-3.30b @@ -26,7 +26,7 @@ HOMEPAGE= http://www.neurophys.wisc.edu/~cai/software/index.html COMMENT= Print & convert CJK style text to PostScript DIST_SUBDIR= ${PKGNAME} -PKGSRC_USE_TOOLS+= gtar gunzip +USE_TOOLS+= gtar gunzip INSTALLATION_DIRS= bin do-extract: diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index f7d4f319abd..96b50275f44 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/17 04:49:48 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/07/15 18:27:53 jlam Exp $ DISTNAME= hpijs-1.7.1 PKGREVISION= # empty @@ -15,7 +15,7 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= # defined CPPFLAGS+= -DAPDK_BUFFER_SEND -PKGSRC_USE_TOOLS+= gzip +USE_TOOLS+= gzip ONLY_FOR_COMPILER= gcc INSTALLATION_DIRS= bin diff --git a/print/teTeX1-sharesrc/Makefile b/print/teTeX1-sharesrc/Makefile index 9c16814026c..1b8822e0075 100644 --- a/print/teTeX1-sharesrc/Makefile +++ b/print/teTeX1-sharesrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/15 19:11:35 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/15 18:27:53 jlam Exp $ DISTNAME= teTeX-texmfsrc-1.0.1 PKGNAME= teTeX-sharesrc-1.0.1 @@ -19,7 +19,7 @@ EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes NO_MTREE= yes -PKGSRC_USE_TOOLS+= patch +USE_TOOLS+= patch FILESDIR= ${.CURDIR}/../../print/teTeX1-share/files EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile index 3954012ca5a..5b24f0b39bd 100644 --- a/print/texfamily/Makefile +++ b/print/texfamily/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/01 18:03:20 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/15 18:27:53 jlam Exp $ DISTNAME= TeXfamily-1.2.1 PKGREVISION= 5 @@ -35,11 +35,9 @@ TETEX_DIR= ${PKGSRCDIR}/print/teTeX1-bin/${WRKDIR:T}/teTeX-1.0 WRKSRC= ${TETEX_DIR} EXTRACT_ONLY= # none -PKGSRC_USE_TOOLS+= gtar - BUILD_TARGET= all INSTALL_TARGET= install strip -USE_TOOLS+= gmake +USE_TOOLS+= gmake gtar PLIST_SUBST+= MV="${MV}" CFLAGS+= -Dunix MAKEFLAGS+= PREFIX=${PREFIX:Q} -- cgit v1.2.3