diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-31 13:00:35 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-31 13:00:35 +0000 |
commit | 4d11df94bddda963a5e3a0b05b77d7074b775a88 (patch) | |
tree | aedc92cd31cac1107753d1fa2f607d3f13c5d2f0 /tools/build | |
parent | 316df01d906d074b33aad575eaed8f3b8c3b7a88 (diff) | |
download | FreeBSD-src-4d11df94bddda963a5e3a0b05b77d7074b775a88.zip FreeBSD-src-4d11df94bddda963a5e3a0b05b77d7074b775a88.tar.gz |
After around 20 years of duty it is time for pkg_install to retire
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 23 | ||||
-rw-r--r-- | tools/build/options/WITH_PKGTOOLS | 4 |
2 files changed, 0 insertions, 27 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 6bf3e49..23987de 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -3613,29 +3613,6 @@ OLD_FILES+=usr/sbin/pkg OLD_FILES+=usr/share/man/man7/pkg.7.gz .endif -.if ${MK_PKGTOOLS} == no -OLD_FILES+=etc/periodic/daily/220.backup-pkgdb -OLD_FILES+=etc/periodic/daily/490.status-pkg-changes -OLD_FILES+=etc/periodic/security/460.chkportsum -OLD_FILES+=etc/periodic/weekly/400.status-pkg -OLD_FILES+=usr/include/pkg.h -OLD_FILES+=usr/lib/libpkg.a -OLD_FILES+=usr/lib/libpkg.so -OLD_LIBS+=usr/lib/libpkg.so.0 -OLD_FILES+=usr/sbin/pkg_add -OLD_FILES+=usr/sbin/pkg_create -OLD_FILES+=usr/sbin/pkg_delete -OLD_FILES+=usr/sbin/pkg_info -OLD_FILES+=usr/sbin/pkg_updating -OLD_FILES+=usr/sbin/pkg_version -OLD_FILES+=usr/share/man/man1/pkg_add.1.gz -OLD_FILES+=usr/share/man/man1/pkg_create.1.gz -OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz -OLD_FILES+=usr/share/man/man1/pkg_info.1.gz -OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz -OLD_FILES+=usr/share/man/man1/pkg_version.1.gz -.endif - .if ${MK_PORTSNAP} == no OLD_FILES+=etc/portsnap.conf OLD_FILES+=usr/libexec/make_index diff --git a/tools/build/options/WITH_PKGTOOLS b/tools/build/options/WITH_PKGTOOLS deleted file mode 100644 index 0c09224..0000000 --- a/tools/build/options/WITH_PKGTOOLS +++ /dev/null @@ -1,4 +0,0 @@ -.\" $FreeBSD$ -Set to build -.Xr pkg_add 8 -and related programs. |