pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/postfix Teach the MESSAGE files about DOCDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/601705633e27
branches:  trunk
changeset: 478232:601705633e27
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jul 19 22:10:52 2004 +0000

description:
Teach the MESSAGE files about DOCDIR.

diffstat:

 mail/postfix/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 178070fbc6e7 -r 601705633e27 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Mon Jul 19 22:04:40 2004 +0000
+++ b/mail/postfix/Makefile     Mon Jul 19 22:10:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2004/07/19 22:04:40 jlam Exp $
+# $NetBSD: Makefile,v 1.142 2004/07/19 22:10:52 jlam Exp $
 
 DISTNAME=      postfix-2.1.3
 CATEGORIES=    mail
@@ -55,6 +55,7 @@
 
 FILES_SUBST+=          EXAMPLEDIR=${EXAMPLEDIR}
 MESSAGE_SUBST+=                EXAMPLEDIR=${EXAMPLEDIR}
+MESSAGE_SUBST+=                DOCDIR=${DOCDIR}
 
 MESSAGE_SRC+=          ${PKGDIR}/MESSAGE
 .if exists(${PKGDIR}/MESSAGE.${OPSYS})



Home | Main Index | Thread Index | Old Index