e8c9eaf450
- format man pages using new jgroff, so that we can install a full set of documentation. - move INSTALL script into a separate script, so that adding a new user need not be done at the time of INSTALL. - add a few strlcpy to fix a few holes. This stuff is rather bad, though. - use terminfo instead of termcap, for better keycap names, fixing quite a few bugs that made it impossible to build that version along the way... - move scripts into /usr/local/bin instead of /usr/local/bin/Wnn4. - use @comment no checksum in packing list, even though pkg_add does not support that yet. Not quite completely ready, but getting there...
16 lines
416 B
Plaintext
16 lines
416 B
Plaintext
$OpenBSD: patch-Contrib_dic_gerodic_Makefile,v 1.1 2000/04/16 21:53:30 espie Exp $
|
|
--- Contrib/dic/gerodic/Makefile.orig Sat Jun 26 17:09:13 1993
|
|
+++ Contrib/dic/gerodic/Makefile Thu Apr 13 20:41:39 2000
|
|
@@ -4,8 +4,9 @@
|
|
# Jun. 26th '93 Wnn Consortium
|
|
#
|
|
|
|
-WNNBINDIR=/usr/local/bin/Wnn4
|
|
-WNNWNNDIR=/usr/local/lib/wnn
|
|
+PREFIX = /usr/local
|
|
+WNNBINDIR=${PREFIX}/bin/Wnn4
|
|
+WNNWNNDIR=${PREFIX}/lib/wnn
|
|
|
|
WNNOWNER=wnn
|
|
|