freebsd-ports/mail/archiveopteryx/files/patch-Jamfile
Ashish SHUKLA 70497625fb Archiveopteryx is an Internet mail server, optimised to support
long-term archival storage. It seeks to make it practical not only to
manage large archives, but to use the information therein on a daily
basis instead of relegating it to offline storage.

WWW:	http://www.archiveopteryx.org/

Approved by:	pgj (mentor)
2010-10-03 13:24:47 +00:00

46 lines
1.1 KiB
Text

$FreeBSD$
--- Jamfile.orig
+++ Jamfile
@@ -50,9 +50,9 @@
}
-Prepare $(INSTALLROOT)$(JAILDIR) ;
-Prepare $(INSTALLROOT)$(MESSAGEDIR) ;
-Prepare $(INSTALLROOT)$(PIDFILEDIR) ;
+# Prepare $(INSTALLROOT)$(JAILDIR) ;
+# Prepare $(INSTALLROOT)$(MESSAGEDIR) ;
+# Prepare $(INSTALLROOT)$(PIDFILEDIR) ;
Prepare $(INSTALLROOT)$(CONFIGDIR) ;
Prepare $(INSTALLROOT)$(LIBDIR)/contrib ;
if ( $(LOGFILE:D) != "" && $(LOGFILE:D) != "syslog" ) {
@@ -64,14 +64,14 @@
# if we make JAILDIR, we should chmod it so noone can read it:
-MODE on $(INSTALLROOT)$(JAILDIR) = 700 ;
-Chmod $(INSTALLROOT)$(JAILDIR) ;
+# MODE on $(INSTALLROOT)$(JAILDIR) = 700 ;
+# Chmod $(INSTALLROOT)$(JAILDIR) ;
# if we make MESSAGEDIR, we should chmod it similarly. AOXUSER needs to
# be able to write to it, but we can't chown here, because the user may
# not exist yet.
-MODE on $(INSTALLROOT)$(MESSAGEDIR) = 700 ;
-Chmod $(INSTALLROOT)$(MESSAGEDIR) ;
+# MODE on $(INSTALLROOT)$(MESSAGEDIR) = 700 ;
+# Chmod $(INSTALLROOT)$(MESSAGEDIR) ;
actions Message {
@@ -95,7 +95,7 @@
EOM
}
-Message install ;
+# Message install ;
if $(BUILDDOC) {