mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
24138afdff
Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am extremely grateful! Thanks!
12 lines
412 B
Plaintext
12 lines
412 B
Plaintext
--- configure.in Fri Apr 7 11:11:34 2000
|
|
+++ configure.in.new Mon Jun 5 16:09:21 2000
|
|
@@ -1,7 +1,7 @@
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(base/netsaint.c)
|
|
AC_CONFIG_HEADER(common/config.h base/netsaint.h cgi/cgiutils.h)
|
|
-AC_PREFIX_DEFAULT(/usr/local/netsaint)
|
|
+AC_PREFIX_DEFAULT(/usr/local)
|
|
|
|
dnl Figure out how to invoke "install" and what install options to use.
|
|
|