summaryrefslogtreecommitdiff
path: root/pkgtools/xpkgwedge
diff options
context:
space:
mode:
authorjlam <jlam>1999-10-05 07:58:41 +0000
committerjlam <jlam>1999-10-05 07:58:41 +0000
commitebf03f1f95738e813e9cbd33caaafdb6f1779460 (patch)
treecbc39b42d12c26825ae6864629fd2f40cbfd46e4 /pkgtools/xpkgwedge
parent588732fbd7fc101f9be22cc75f06a36ed993b3c5 (diff)
downloadpkgsrc-ebf03f1f95738e813e9cbd33caaafdb6f1779460.tar.gz
Correct the documentation that describes proper usage.
Diffstat (limited to 'pkgtools/xpkgwedge')
-rwxr-xr-xpkgtools/xpkgwedge/pkg/DEINSTALL12
-rw-r--r--pkgtools/xpkgwedge/pkg/DESCR2
-rw-r--r--pkgtools/xpkgwedge/pkg/MESSAGE.pre21
3 files changed, 18 insertions, 17 deletions
diff --git a/pkgtools/xpkgwedge/pkg/DEINSTALL b/pkgtools/xpkgwedge/pkg/DEINSTALL
index 4360e642bea..18a73128823 100755
--- a/pkgtools/xpkgwedge/pkg/DEINSTALL
+++ b/pkgtools/xpkgwedge/pkg/DEINSTALL
@@ -1,18 +1,18 @@
#! /bin/sh
#
-# $NetBSD: DEINSTALL,v 1.2 1998/08/07 11:18:26 agc Exp $
+# $NetBSD: DEINSTALL,v 1.3 1999/10/05 07:58:41 jlam Exp $
#
case "$2" in
DEINSTALL) cat <<EOF
-===============================================================
+================================================================
-Note that you now need to remove the line which assigns X11BASE
-(such as X11BASE=\${LOCALBASE}) from your /etc/mk.conf! If you
-do not remove that change, X11 pkgs will no longer build.
+Note that you now need to undefine USE_LOCALBASE_FOR_X11 in your
+/etc/mk.conf! If you do not remove that change, X11 pkgs will
+no longer build.
-===============================================================
+================================================================
EOF
;;
diff --git a/pkgtools/xpkgwedge/pkg/DESCR b/pkgtools/xpkgwedge/pkg/DESCR
index 88f7a916216..baf3430895a 100644
--- a/pkgtools/xpkgwedge/pkg/DESCR
+++ b/pkgtools/xpkgwedge/pkg/DESCR
@@ -1,3 +1,3 @@
Xpkgwedge, not a "real" program in the traditional sense, is a hack that
allows NetBSD users to compile X11 pkgs from pkgsrc and install them in
-/usr/pkg - even if they use Imake.
+outside of the X11 tree - even if they use Imake.
diff --git a/pkgtools/xpkgwedge/pkg/MESSAGE.pre b/pkgtools/xpkgwedge/pkg/MESSAGE.pre
index 544ed848348..8b58d584e01 100644
--- a/pkgtools/xpkgwedge/pkg/MESSAGE.pre
+++ b/pkgtools/xpkgwedge/pkg/MESSAGE.pre
@@ -1,18 +1,19 @@
-==============================================================================
-$NetBSD: MESSAGE.pre,v 1.3 1999/07/07 02:31:46 mrg Exp $
+==========================================================================
+$NetBSD: MESSAGE.pre,v 1.4 1999/10/05 07:58:41 jlam Exp $
NOTES:
-- You MUST set the environment variable USE_LOCALBASE_FOR_X11 in /etc/mk.conf,
- in order to allow pkgsrc to work with this special package.
+* You MUST define the environment variable USE_LOCALBASE_FOR_X11 in
+ /etc/mk.conf in order to allow pkgsrc to work with this special package.
-- You MUST set the environment variable XAPPLRESDIR in /etc/profile and
+* You MUST set the environment variable XAPPLRESDIR in /etc/profile and
/etc/csh.login by hand in order to make pkgs built with xpkgwedge run
- properly. The setting should point to:
- @@PREFIX@@/lib/X11/app-defaults
+ properly, e.g.
+
+ XAPPLRESDIR=@@PREFIX@@/lib/X11/app-defaults
If any users set XAPPLRESDIR in their own environment, these settings
- will not work - such users should instead append their own directories to
- XAPPLRESDIR after a : character (similar to PATH).
+ will not work -- such users need to set XUSERFILESEARCHPATH (syntax
+ can be found in XtResolvePathname(3Xt)).
-==============================================================================
+==========================================================================