pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Precreate some directories for NO_MTREE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f44312ead56f
branches:  trunk
changeset: 528046:f44312ead56f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 19 19:24:09 2007 +0000

description:
Precreate some directories for NO_MTREE.

diffstat:

 mail/sendmail/Makefile    |  4 +++-
 mail/sendmail813/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r b54a7fcb3a22 -r f44312ead56f mail/sendmail/Makefile
--- a/mail/sendmail/Makefile    Thu Apr 19 18:44:22 2007 +0000
+++ b/mail/sendmail/Makefile    Thu Apr 19 19:24:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2007/04/18 01:39:29 jnemeth Exp $
+# $NetBSD: Makefile,v 1.98 2007/04/19 19:24:09 joerg Exp $
 
 .include "../../mail/sendmail/Makefile.common"
 
@@ -37,6 +37,8 @@
 
 REPLACE_PERL=          contrib/socketmapClient.pl contrib/socketmapServer.pl
 
+INSTALLATION_DIRS=     bin lib sbin
+
 post-patch: make-sendmail-siteconfig
 .if !empty(PKG_OPTIONS:Mtcpwrappers)
        ${CAT} ${FILESDIR}/site.config.m4-tcpwrappers >>${SITECONFIG}
diff -r b54a7fcb3a22 -r f44312ead56f mail/sendmail813/Makefile
--- a/mail/sendmail813/Makefile Thu Apr 19 18:44:22 2007 +0000
+++ b/mail/sendmail813/Makefile Thu Apr 19 19:24:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/04/18 22:39:20 jnemeth Exp $
+# $NetBSD: Makefile,v 1.5 2007/04/19 19:24:09 joerg Exp $
 
 .include "../../mail/sendmail813/Makefile.common"
 
@@ -37,6 +37,8 @@
 
 REPLACE_PERL=          contrib/socketmapClient.pl contrib/socketmapServer.pl
 
+INSTALLATION_DIRS=     bin lib sbin
+
 post-patch: make-sendmail-siteconfig
 .if !empty(PKG_OPTIONS:Mtcpwrappers)
        cat ${FILESDIR}/site.config.m4-tcpwrappers >>${SITECONFIG}



Home | Main Index | Thread Index | Old Index