mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
58 lines
1.4 KiB
Text
58 lines
1.4 KiB
Text
--- Jamsettings.orig 2014-03-10 13:44:59 UTC
|
|
+++ Jamsettings
|
|
@@ -12,7 +12,7 @@ INSTALLROOT ?= "" ;
|
|
|
|
# A convenient prefix used by most directory and file names,.
|
|
#
|
|
-PREFIX ?= /usr/local/archiveopteryx ;
|
|
+PREFIX ?= %%PREFIX%% ;
|
|
|
|
# The directory for user and sysadmin tools
|
|
#
|
|
@@ -24,36 +24,38 @@ SBINDIR = $(PREFIX)/sbin ;
|
|
|
|
# The directory where the man pages are installed
|
|
#
|
|
-MANDIR = $(PREFIX)/man ;
|
|
+MANDIR = $(PREFIX)/share/man ;
|
|
|
|
# Supporting files
|
|
#
|
|
-LIBDIR = $(PREFIX)/lib ;
|
|
+LIBDIR = $(PREFIX)/libexec/aox ;
|
|
|
|
+LIBDATADIR = $(PREFIX)/libdata/aox ;
|
|
+
|
|
# The startup/shutdown script's directory
|
|
#
|
|
-INITDIR = $(LIBDIR) ;
|
|
+INITDIR = $(PREFIX)/etc/rc.d ;
|
|
|
|
# Where to write pid files for the servers
|
|
#
|
|
-PIDFILEDIR ?= $(PREFIX)/lib/pidfiles ;
|
|
+PIDFILEDIR ?= /var/run/aox ;
|
|
|
|
# The servers chroot to an empty, unreadable jail directory at
|
|
# startup.
|
|
#
|
|
-JAILDIR = $(PREFIX)/jail ;
|
|
+JAILDIR = /var/db/aox/jail ;
|
|
|
|
# This is the default message-copy-directory.
|
|
#
|
|
-MESSAGEDIR = $(JAILDIR)/messages ;
|
|
+MESSAGEDIR = /var/db/aox/messages ;
|
|
|
|
# The directory where the configuration file is located.
|
|
#
|
|
-CONFIGDIR = $(PREFIX) ;
|
|
+CONFIGDIR = $(PREFIX)/etc/archiveopteryx ;
|
|
|
|
# The directory where the README and other files are installed.
|
|
#
|
|
-READMEDIR = $(PREFIX) ;
|
|
+READMEDIR = $(PREFIX)/share/doc/archiveopteryx ;
|
|
|
|
# The log file's default name. (This can be a file name or syslog/x,
|
|
# where x is a facility.)
|