summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
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
commit34aeba7d0984696fbfbd20d8744f8bf5de40b32a (patch)
tree03bc28b8a32cc3dd2bc63e02de40773e04975969 /mail/postfix/Makefile
parentf47062b79edc95f972f5ce7e2a9e5b63de66026c (diff)
downloadpkgsrc-34aeba7d0984696fbfbd20d8744f8bf5de40b32a.tar.gz
Teach the MESSAGE files about DOCDIR.
Diffstat (limited to 'mail/postfix/Makefile')
-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})