summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2003-04-10 02:04:43 +0000
committergrant <grant>2003-04-10 02:04:43 +0000
commit4502babf9eed785d68e6c625ed000861635ab57b (patch)
treeca43070cd7d3b92621a955664dd5e87d7af19e4f
parentf4c4320857a0823db8988c8323c5c9746e1d939d (diff)
downloadpkgsrc-4502babf9eed785d68e6c625ed000861635ab57b.tar.gz
note that m4 is required in the PATH (it is not by default when
.xsession is run)
-rw-r--r--wm/ctwm/MESSAGE.SunOS10
1 files changed, 10 insertions, 0 deletions
diff --git a/wm/ctwm/MESSAGE.SunOS b/wm/ctwm/MESSAGE.SunOS
new file mode 100644
index 00000000000..d6897b0ca01
--- /dev/null
+++ b/wm/ctwm/MESSAGE.SunOS
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE.SunOS,v 1.1 2003/04/10 02:04:43 grant Exp $
+
+m4 needs to be available in your PATH when ${PKGNAME} is started.
+You can do this in your .xsession, eg.
+
+ PATH="$PATH:/usr/ccs/bin"
+ export PATH
+
+===========================================================================