summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-01-09 00:27:47 +0000
committerobrien <obrien@FreeBSD.org>1997-01-09 00:27:47 +0000
commit119252fcaa053057eff246eabd4b592f7e59b882 (patch)
tree7df3871cf7806d22fe9ea07335d37c8fa2c9df11 /sysutils
parent9da0b29368c01b08de5a57193aeaee2e5cb74efc (diff)
downloadFreeBSD-ports-119252fcaa053057eff246eabd4b592f7e59b882.zip
FreeBSD-ports-119252fcaa053057eff246eabd4b592f7e59b882.tar.gz
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')
-rw-r--r--sysutils/contool/Makefile4
-rw-r--r--sysutils/contool/files/patch-012
-rw-r--r--sysutils/contool/pkg-plist2
3 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile
index d467b8c..0efbb64 100644
--- a/sysutils/contool/Makefile
+++ b/sysutils/contool/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Dec 1996
# Whom: nsayer@quack.kfu.com
#
-# $Id: Makefile,v 1.2 1997/01/06 00:27:09 obrien Exp $
+# $Id: Makefile,v 1.1.1.1 1997/01/06 10:26:27 obrien Exp $
#
DISTNAME= contool-3.3a
@@ -21,7 +21,7 @@ USE_IMAKE= yes
pre-install:
- @${MKDIR} ${PREFIX}/share/help
+ @${MKDIR} ${PREFIX}/lib/help
post-install:
@${CAT} ${PKGDIR}/MESSAGE
diff --git a/sysutils/contool/files/patch-01 b/sysutils/contool/files/patch-01
index 8d61fad..a9aaf33 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
diff --git a/sysutils/contool/pkg-plist b/sysutils/contool/pkg-plist
index 7e0cb92..66a1739 100644
--- a/sysutils/contool/pkg-plist
+++ b/sysutils/contool/pkg-plist
@@ -1,3 +1,3 @@
bin/contool
-share/help/contool.info
+lib/help/contool.info
man/man1/contool.1.gz
OpenPOWER on IntegriCloud