mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5173f872a5
It is similar to 'Borland C++' MS-DOS programming IDE environment. There is both a curses and X11 interface. Note: there are both English and German language version of the manpages, and helpfiles. The German language version will be installed if "GERMAN_LANG" is set during ``make install'' of the port.
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
--- Makefile.in.orig Fri Apr 7 05:23:04 1995
|
|
+++ Makefile.in Sat Jan 25 00:59:00 1997
|
|
@@ -8,7 +8,7 @@
|
|
#Destination Directory
|
|
prefix=/usr/local
|
|
DESTDIR= $(prefix)/bin
|
|
-LIBDIR= $(prefix)/lib
|
|
+LIBDIR= $(prefix)/share
|
|
WPELIBDIR= $(LIBDIR)/wpe
|
|
MANDIR= $(prefix)/man
|
|
|