diff options
author | reed <reed@pkgsrc.org> | 2003-09-11 07:14:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2003-09-11 07:14:42 +0000 |
commit | 1d55b12a0675bd65e45c99f17cb7bc9dc84ba1d3 (patch) | |
tree | 8aa02e3d7404d3eb39d57b9daaf24a2ecfe2a46b /pkgtools/pkg_install | |
parent | f5a159ac729be843532037a68c088908fa9d0198 (diff) | |
download | pkgsrc-1d55b12a0675bd65e45c99f17cb7bc9dc84ba1d3.tar.gz |
Improved DESCR and COMMENT. Changed HOMEPAGE. (Okay'd by jlam.)
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/DESCR | 10 | ||||
-rw-r--r-- | pkgtools/pkg_install/Makefile | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/DESCR b/pkgtools/pkg_install/DESCR index 8182a97f52a..80cf0389484 100644 --- a/pkgtools/pkg_install/DESCR +++ b/pkgtools/pkg_install/DESCR @@ -1,3 +1,13 @@ +This package includes the package installation and administration tools: + +pkg_add - a utility for installing and upgrading software packages +pkg_admin - perform various administrative tasks to the pkg system +pkg_create - a utility for creating software package distributions +pkg_delete - a utility for deleting previously installed software packages +pkg_info - a utility for displaying information on software packages +pkg_view - a utility for managing package views +linkfarm - a utility for managing symbolic links to package files + This is a copy of NetBSD-current's pkg_* tools in a format which is able to be installed as a package. To prevent deinstallation, they don't register themselves as a package. On NetBSD, they simply diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index e5a39d5892e..eda6ae89b3e 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2003/09/02 22:34:04 jlam Exp $ +# $NetBSD: Makefile,v 1.82 2003/09/11 07:14:42 reed Exp $ # Notes to package maintainers: # @@ -14,8 +14,8 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/ -COMMENT= NetBSD-current's pkg_* tools +HOMEPAGE= http://www.pkgsrc.org/ +COMMENT= Package installation and administration tools USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined |