diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-01 16:27:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-01 16:27:07 +0000 |
commit | d67abb307a23ea1d7aa83c36cd4e8dd016ce5906 (patch) | |
tree | 0bff2cd8b416d992a68dbe86673da0522c5d1631 /pkgtools/pkg_install/PLIST | |
parent | 067f9f2ee49fb86b57cf4d76629c538f32461e9a (diff) | |
download | pkgsrc-d67abb307a23ea1d7aa83c36cd4e8dd016ce5906.tar.gz |
Update pkg_install to 20030823, which has the changes to support
package views. Pkgsrc changes include:
* Convert to use pkgtools/libnbcompat so that it's easier to keep
this in sync with src/usr.sbin/pkg_install.
* Add a src2nbcompat script that converts src/usr.sbin/pkg_install
into an appropriate start for pkgtools/pkg_install. The script
removes the Makefiles, adds CPP inclusion guards around each
#include <...> line, and includes <nbcompat.h> at the top of each
*.c file. This should make it even easier to keep sources in
sync with the HEAD.
Diffstat (limited to 'pkgtools/pkg_install/PLIST')
-rw-r--r-- | pkgtools/pkg_install/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/PLIST b/pkgtools/pkg_install/PLIST index 14fe4f2606f..b15b6e87525 100644 --- a/pkgtools/pkg_install/PLIST +++ b/pkgtools/pkg_install/PLIST @@ -1,17 +1,23 @@ -@comment $NetBSD: PLIST,v 1.3 2003/07/31 09:51:00 grant Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/09/01 16:27:09 jlam Exp $ +sbin/linkfarm sbin/pkg_add sbin/pkg_admin sbin/pkg_create sbin/pkg_delete sbin/pkg_info +sbin/pkg_view +share/man/cat1/linkfarm.0 share/man/cat1/pkg_add.0 share/man/cat1/pkg_admin.0 share/man/cat1/pkg_create.0 share/man/cat1/pkg_delete.0 share/man/cat1/pkg_info.0 +share/man/cat1/pkg_view.0 +share/man/man1/linkfarm.1 share/man/man1/pkg_add.1 share/man/man1/pkg_admin.1 share/man/man1/pkg_create.1 share/man/man1/pkg_delete.1 share/man/man1/pkg_info.1 +share/man/man1/pkg_view.1 @exec [ -f ${PKG_DBDIR:-/var/db/pkg}/pkgdb.byfile.db ] || pkg_admin rebuild |