summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/DESCR
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-12-20 18:15:52 +0000
committerschmonz <schmonz@pkgsrc.org>2002-12-20 18:15:52 +0000
commitf2197af27c6a2266e744b0dd4343ad461b18e3b0 (patch)
treea444a7dc46870dc29c979e88a94b707aecfd0e39 /pkgtools/pkg_install/DESCR
parent55c0604b89b34ae6d16219723abcde3111975fed (diff)
downloadpkgsrc-f2197af27c6a2266e744b0dd4343ad461b18e3b0.tar.gz
As the sources are now in ${FILESDIR}, there's no distfile to fetch,
and the "do-extract" target copies the sources into ${WRKSRC}. We automagically determine VERSION by inspecting ${FILESDIR}/lib/version.h. Thanks to autoconf, all the patches and almost all of the cruftulent ${OPSYS}-specific stuff in the Makefile are gone.
Diffstat (limited to 'pkgtools/pkg_install/DESCR')
-rw-r--r--pkgtools/pkg_install/DESCR8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/DESCR b/pkgtools/pkg_install/DESCR
index 7669b9e955e..31d349ff13c 100644
--- a/pkgtools/pkg_install/DESCR
+++ b/pkgtools/pkg_install/DESCR
@@ -1,4 +1,4 @@
-This is a copy of NetBSD-current's pkg_* tools in a format which is
-able to be installed as a package. They simply replace the tools in
-/usr/sbin, but don't register themselves as a package, so that no
-de-installation can take place.
+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
+replace the tools in /usr/sbin.