diff options
author | obrien <obrien@FreeBSD.org> | 1997-01-09 08:27:47 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-01-09 08:27:47 +0800 |
commit | 119252fcaa053057eff246eabd4b592f7e59b882 (patch) | |
tree | 7df3871cf7806d22fe9ea07335d37c8fa2c9df11 /sysutils/contool/files | |
parent | 9da0b29368c01b08de5a57193aeaee2e5cb74efc (diff) | |
download | freebsd-ports-gnome-119252fcaa053057eff246eabd4b592f7e59b882.tar.gz freebsd-ports-gnome-119252fcaa053057eff246eabd4b592f7e59b882.tar.zst freebsd-ports-gnome-119252fcaa053057eff246eabd4b592f7e59b882.zip |
Put help file in lib/help rather than share/help to follow the other xview
applications we have in the ports collection.
Submitted by: Nick Sayer <nsayer@quack.kfu.com> (contool maintainer)
Diffstat (limited to 'sysutils/contool/files')
-rw-r--r-- | sysutils/contool/files/patch-01 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/contool/files/patch-01 b/sysutils/contool/files/patch-01 index 8d61fad4a8e0..a9aaf33a4873 100644 --- a/sysutils/contool/files/patch-01 +++ b/sysutils/contool/files/patch-01 @@ -14,7 +14,7 @@ # Where to install the help file -HELPDIR = /usr/local/lib/help -+HELPDIR = $(OPENWINHOME)/share/help ++HELPDIR = $(OPENWINHOME)/lib/help # Where your XView libraries are installed. If running under # SunOS 4.x, use the first version. If using Solaris 2.x with |