summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-07-19 22:10:52 +0000
committerjlam <jlam@pkgsrc.org>2004-07-19 22:10:52 +0000
commit324ab88e55b33e24831dc6038f76fa42d11d0b65 (patch)
tree03bc28b8a32cc3dd2bc63e02de40773e04975969 /mail/postfix
parent1cf3a7c2228b67d0c6beb36b1905e22969c1a2e6 (diff)
downloadpkgsrc-324ab88e55b33e24831dc6038f76fa42d11d0b65.tar.gz
Teach the MESSAGE files about DOCDIR.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 1f853a9b9c8..0eeaa7af535 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -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 @@ EXAMPLEDIR= ${PREFIX}/share/examples/${PKGBASE}
FILES_SUBST+= EXAMPLEDIR=${EXAMPLEDIR}
MESSAGE_SUBST+= EXAMPLEDIR=${EXAMPLEDIR}
+MESSAGE_SUBST+= DOCDIR=${DOCDIR}
MESSAGE_SRC+= ${PKGDIR}/MESSAGE
.if exists(${PKGDIR}/MESSAGE.${OPSYS})