diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
commit | 35f017ce7ae6e18e6102f62c4167973050ee3fca (patch) | |
tree | 91f275af994eade5936cfd1677c803fdc48b0f89 /misc | |
parent | c9f7c574b439e0e124485dacb55b96516866e9f4 (diff) | |
download | pkgsrc-35f017ce7ae6e18e6102f62c4167973050ee3fca.tar.gz |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bbweather/Makefile | 4 | ||||
-rw-r--r-- | misc/colorize/Makefile | 4 | ||||
-rw-r--r-- | misc/dnetc/Makefile | 4 | ||||
-rw-r--r-- | misc/figlet-fonts/Makefile | 4 | ||||
-rw-r--r-- | misc/ja-man/Makefile | 4 | ||||
-rw-r--r-- | misc/kdrill/Makefile | 6 | ||||
-rw-r--r-- | misc/lile/Makefile | 4 | ||||
-rw-r--r-- | misc/routeplanner-cli/Makefile | 4 |
8 files changed, 17 insertions, 17 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile index e5e03f63024..8c5ace9428a 100644 --- a/misc/bbweather/Makefile +++ b/misc/bbweather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/06/01 18:03:04 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/07/15 18:27:52 jlam Exp $ # DISTNAME= bbweather-0.6.2 @@ -15,7 +15,7 @@ DEPENDS+= wget>=1.7:../../net/wget GNU_CONFIGURE= YES REPLACE_PERL= GrabWeather USE_PERL5= run -PKGSRC_USE_TOOLS+= gunzip +USE_TOOLS+= gunzip .include "../../mk/x11.buildlink3.mk" diff --git a/misc/colorize/Makefile b/misc/colorize/Makefile index d793028c738..9135aa32c7a 100644 --- a/misc/colorize/Makefile +++ b/misc/colorize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:21 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/15 18:27:52 jlam Exp $ # DISTNAME= colorize_0.3.0 @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} NO_BUILD= yes USE_PERL5= yes -PKGSRC_USE_TOOLS+= gunzip +USE_TOOLS+= gunzip INSTALLATION_DIRS= bin man/man1 post-patch: diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 62c21d40574..3df33392c4b 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:21 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/15 18:27:52 jlam Exp $ DISTNAME= ${DISTNAME_${OPSYS}_${MACHINE_ARCH}} PKGNAME= dnetc-2.${DISTVER_${OPSYS}_${MACHINE_ARCH}} @@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM= Darwin-*-powerpc NetBSD-*-alpha NetBSD-*-arm \ NO_BUILD= YES USE_PKGINSTALL= YES -PKGSRC_USE_TOOLS+= gtar +USE_TOOLS+= gtar DISTNAME_Darwin_powerpc= dnetc-darwin-ppc DISTNAME_NetBSD_m68k= dnetc-netbsd-68k diff --git a/misc/figlet-fonts/Makefile b/misc/figlet-fonts/Makefile index d305740b4b6..1f0648c5edb 100644 --- a/misc/figlet-fonts/Makefile +++ b/misc/figlet-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:21 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/07/15 18:27:52 jlam Exp $ # DISTNAME= figlet-fonts-20021023 @@ -16,7 +16,7 @@ DIST_SUBDIR= ${DISTNAME} NO_CONFIGURE= # defined NO_BUILD= # defined -PKGSRC_USE_TOOLS+= gtar gzcat +USE_TOOLS+= gtar gzcat INSTALLATION_DIRS= bin share/figlet post-extract: diff --git a/misc/ja-man/Makefile b/misc/ja-man/Makefile index 986d808431f..131f7fea925 100644 --- a/misc/ja-man/Makefile +++ b/misc/ja-man/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:21 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/07/15 18:27:52 jlam Exp $ DISTNAME= NetBSD1.3I-jman-19990531 PKGNAME= ja-man-19990531 @@ -18,7 +18,7 @@ MAKE_ENV+= JAMANDIR=${JAMANDIR} PLIST_SRC= ${WRKDIR}/PLIST -PKGSRC_USE_TOOLS+= gtar +USE_TOOLS+= gtar MANCOMPRESSED_IF_MANZ= yes INSTALLATION_DIRS= bin etc share/groff/tmac diff --git a/misc/kdrill/Makefile b/misc/kdrill/Makefile index 51f07db22b6..272185411f6 100644 --- a/misc/kdrill/Makefile +++ b/misc/kdrill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/05/15 22:02:27 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/07/15 18:27:52 jlam Exp $ # DISTNAME= kdrill5.11.6 @@ -14,8 +14,8 @@ COMMENT= Kanji quiz and japanese dictionary DEPENDS+= edict-[0-9]*:../../misc/edict DEPENDS+= kanjidic-[0-9]*:../../misc/kanjidic -USE_IMAKE= yes -PKGSRC_USE_TOOLS+= gzip +USE_IMAKE= yes +USE_TOOLS+= gzip post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/kdrill diff --git a/misc/lile/Makefile b/misc/lile/Makefile index 89f2e3eb397..0a031e4371d 100644 --- a/misc/lile/Makefile +++ b/misc/lile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/05/15 19:21:46 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/15 18:27:52 jlam Exp $ DISTNAME= lile-2.0 PKGNAME= ile-2.0 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.z MAINTAINER= tech-pkg@NetBSD.org COMMENT= Input Line Editor that wraps itself around programs -PKGSRC_USE_TOOLS+= gzcat +USE_TOOLS+= gzcat post-patch: @(cd ${WRKSRC}; ${SED} "s,/usr/local,${PREFIX}," Makefile \ diff --git a/misc/routeplanner-cli/Makefile b/misc/routeplanner-cli/Makefile index dd938fb345d..a0e1d6d8387 100644 --- a/misc/routeplanner-cli/Makefile +++ b/misc/routeplanner-cli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:22 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/15 18:27:52 jlam Exp $ # DISTNAME= routeplanner_0.11 @@ -12,7 +12,7 @@ COMMENT= Highway trip planner written in Python WRKSRC= ${WRKDIR}/routeplanner-0.11 NO_BUILD= yes -PKGSRC_USE_TOOLS+= gzip +USE_TOOLS+= gzip PYTHON_PATCH_SCRIPTS= rpcli RPLIBDIR= ${PREFIX}/lib/routeplanner |