From 3ea3f0e782ea987f2b6c227fa00e8b416127ef3e Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 12 Jul 2013 23:11:17 +0000 Subject: Disable building of pkg_install by default If people still want to have pkg_install they can specify WITH_PKGTOOLS when building world --- tools/build/options/WITHOUT_PKGTOOLS | 4 ---- tools/build/options/WITH_PKGTOOLS | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 tools/build/options/WITHOUT_PKGTOOLS create mode 100644 tools/build/options/WITH_PKGTOOLS (limited to 'tools/build') diff --git a/tools/build/options/WITHOUT_PKGTOOLS b/tools/build/options/WITHOUT_PKGTOOLS deleted file mode 100644 index a1c7c56..0000000 --- a/tools/build/options/WITHOUT_PKGTOOLS +++ /dev/null @@ -1,4 +0,0 @@ -.\" $FreeBSD$ -Set to not build -.Xr pkg_add 8 -and related programs. diff --git a/tools/build/options/WITH_PKGTOOLS b/tools/build/options/WITH_PKGTOOLS new file mode 100644 index 0000000..0c09224 --- /dev/null +++ b/tools/build/options/WITH_PKGTOOLS @@ -0,0 +1,4 @@ +.\" $FreeBSD$ +Set to build +.Xr pkg_add 8 +and related programs. -- cgit v1.1