diff options
author | grant <grant> | 2003-07-31 09:51:00 +0000 |
---|---|---|
committer | grant <grant> | 2003-07-31 09:51:00 +0000 |
commit | 0398508925159e9661e60dcea05b222c8324bfc9 (patch) | |
tree | 84ebcb894564eda028c87e99c7372e9be4b1b4de /pkgtools/pkg_install/PLIST | |
parent | 4c4d1d93366fb4c6ec0ea17ae27c9fef5382dcb8 (diff) | |
download | pkgsrc-0398508925159e9661e60dcea05b222c8324bfc9.tar.gz |
also install man page source, no version bump as this is not yet in
sync with -current, and no functionality change.
Diffstat (limited to 'pkgtools/pkg_install/PLIST')
-rw-r--r-- | pkgtools/pkg_install/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgtools/pkg_install/PLIST b/pkgtools/pkg_install/PLIST index 50854235b4c..14fe4f2606f 100644 --- a/pkgtools/pkg_install/PLIST +++ b/pkgtools/pkg_install/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/12 02:33:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/31 09:51:00 grant Exp $ sbin/pkg_add sbin/pkg_admin sbin/pkg_create @@ -9,9 +9,9 @@ share/man/cat1/pkg_admin.0 share/man/cat1/pkg_create.0 share/man/cat1/pkg_delete.0 share/man/cat1/pkg_info.0 -@comment share/man/man1/pkg_add.1 -@comment share/man/man1/pkg_admin.1 -@comment share/man/man1/pkg_create.1 -@comment share/man/man1/pkg_delete.1 -@comment share/man/man1/pkg_info.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 @exec [ -f ${PKG_DBDIR:-/var/db/pkg}/pkgdb.byfile.db ] || pkg_admin rebuild |