summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-08-21 02:15:23 +0000
committerhubertf <hubertf@pkgsrc.org>1999-08-21 02:15:23 +0000
commit320990d515bc6ed4d67b658e5aa9ff580b8bfc10 (patch)
treea45e18181634b71d01ab6f68ab8711e3fd8b4b4f /Packages.txt
parenteb25c27bf0302b991dd379fdfa7b1ebd281a43f5 (diff)
downloadpkgsrc-320990d515bc6ed4d67b658e5aa9ff580b8bfc10.tar.gz
Document PKG_VERBOSE and DEINSTALLDEPENDS in conjunction with
"make deinstall". Thanks to Ross for reminding me to commit these :-PPP
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt
index c1045870c1d..b89f2b4a3a2 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.58 1999/08/16 14:12:40 bad Exp $
+# $NetBSD: Packages.txt,v 1.59 1999/08/21 02:15:23 hubertf Exp $
###########################################################################
==========================
@@ -1005,7 +1005,19 @@ perform the equivalent of:
* deinstall:
This target does a pkg_delete(1) in the current directory,
- effectively de-installing the package.
+ effectively de-installing the package. The following variables can
+ be used either on the command line of in /etc/mk.conf to tune the
+ behaviour:
+
+ - PKG_VERBOSE:
+ Add a "-v" to the pkg_delete(1) command.
+
+ - DEINSTALLDEPENDS:
+ Remove all packages that require (depend on) the given package.
+ This can be used to remove any packages that may have been pulled in
+ by a given package, e.g. if "make deinstall DEINSTALLDEPENDS=1" is
+ done in x11/kde, this is likely to remove whole KDE. Works by adding
+ a "-R" to the pkg_delete command line.
* readme:
This target generates a README.html file, which can be viewed using a