diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-07 23:03:35 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-07 23:03:35 +0000 |
commit | b85e21424101bbc7ffe1f11d01abe44761bac852 (patch) | |
tree | 6f2fd23c07a4b7c66367ea61bcae19ba493d17d4 /mail/maildrop/files | |
parent | Add ecawave-0.4.1, a simple graphical audio file editor (diff) |
Update to 1.3.6.
Notes
Notes:
svn path=/head/; revision=51194
Diffstat (limited to 'mail/maildrop/files')
-rw-r--r-- | mail/maildrop/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/maildrop/files/patch-Makefile.in b/mail/maildrop/files/patch-Makefile.in index 3f52104cc4ae..65a3fe4fad9a 100644 --- a/mail/maildrop/files/patch-Makefile.in +++ b/mail/maildrop/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Wed May 16 20:29:17 2001 -+++ Makefile.in Wed May 16 20:29:34 2001 +--- Makefile.in.orig Tue Nov 27 08:22:26 2001 ++++ Makefile.in Thu Dec 6 23:26:43 2001 @@ -27,7 +27,7 @@ bindir = @bindir@ sbindir = @sbindir@ @@ -9,12 +9,12 @@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ -@@ -88,7 +88,7 @@ - EXTRA_DIST = UPGRADE.html UPGRADE.txt INSTALL.txt README README.postfix maildroptips.txt maildropldap.config +@@ -87,7 +87,7 @@ + EXTRA_DIST = UPGRADE.html UPGRADE.txt INSTALL.txt README README.postfix maildroptips.txt maildropldap.config maildropmysql.config scriptdir = $(pkgdatadir)/scripts -htmldir = $(pkgdatadir)/html +htmldir = $(pkgdatadir) - @INSTALL_USERDB_TRUE@USERDBHTML = userdb.html makeuserdb.html userdbpw.html + @INSTALL_USERDB_TRUE@USERDBHTML = @INSTALL_USERDB_TRUE@userdb.html makeuserdb.html userdbpw.html @INSTALL_USERDB_FALSE@USERDBHTML = - @INSTALL_USERDB_TRUE@USERDBMAN = userdb.8 makeuserdb.8 userdbpw.8 + @INSTALL_USERDB_TRUE@USERDBMAN = @INSTALL_USERDB_TRUE@userdb.8 makeuserdb.8 userdbpw.8 |