mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cf514db787
applications we have in the ports collection. Submitted by: Nick Sayer <nsayer@quack.kfu.com> (contool maintainer)
21 lines
669 B
Plaintext
21 lines
669 B
Plaintext
--- Imakefile.orig Thu Feb 24 09:55:24 1994
|
|
+++ Imakefile Sun Jan 5 13:58:56 1997
|
|
@@ -1,14 +1,14 @@
|
|
# Mailer you use. Solaris 2.x users, change this to /usr/bin/mailx
|
|
-MAILER = /usr/ucb/mail
|
|
+MAILER = /usr/bin/mail
|
|
|
|
# Where you installed Open Windows
|
|
-OPENWINHOME = /usr/openwin
|
|
+OPENWINHOME = ${PREFIX}
|
|
|
|
# Paths to be searched for icons
|
|
ICON_PATH = .:./icons:/usr/local/images:$(OPENWINHOME)/include/images:$(INCDIR)/bitmaps
|
|
|
|
# Where to install the help file
|
|
-HELPDIR = /usr/local/lib/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
|