mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
22 lines
565 B
Plaintext
22 lines
565 B
Plaintext
--- topdir.mk.orig Tue Jun 30 02:14:15 1998
|
|
+++ topdir.mk Tue Jul 7 01:55:37 1998
|
|
@@ -1,7 +1,7 @@
|
|
|
|
# Set this to where you want the support files installed
|
|
-SIAG_HOME = /usr/local/lib/siag
|
|
-XCOMM SIAG_HOME = $(LIBDIR)/siag
|
|
+SIAG_HOME = $(PREFIX)/lib/siag
|
|
+# SIAG_HOME = $(LIBDIR)/siag
|
|
|
|
# Set this to your web browser of choice
|
|
SIAG_HELP = chimera
|
|
@@ -28,7 +28,7 @@
|
|
NDBM = -DNDBM
|
|
# And one of the following two lines (none for Solaris)
|
|
#DBLIB = -lndbm
|
|
-DBLIB = -ldb
|
|
+#DBLIB = -ldb
|
|
|
|
# Uncomment one of the following:
|
|
#SYSDEP_LIB = # for Linux or HP/UX
|