summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-23 11:20:48 +0000
committerjlam <jlam>2007-09-23 11:20:48 +0000
commita6f0b0ebecbd4ee0c12c69d3412ff4c5e0f15faf (patch)
treea9f81545aa643e6f64bc30553c425d8e2a511628 /mail
parent2b0c37b8f407f1cde0fd18c6ae100cb103ea7acd (diff)
downloadpkgsrc-a6f0b0ebecbd4ee0c12c69d3412ff4c5e0f15faf.tar.gz
Honor PKGMANDIR.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 4e819010254..136a8794847 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.206 2007/08/13 07:05:37 martti Exp $
+# $NetBSD: Makefile,v 1.207 2007/09/23 11:20:48 jlam Exp $
DISTNAME= postfix-2.4.5
#PKGREVISION= 1
@@ -41,7 +41,7 @@ CCARGS+= -DDEF_CONFIG_DIR=\"${PKG_SYSCONFDIR}\"
CCARGS+= -DDEF_SENDMAIL_PATH=\"${PREFIX}/sbin/sendmail\"
CCARGS+= -DDEF_MAILQ_PATH=\"${PREFIX}/bin/mailq\"
CCARGS+= -DDEF_NEWALIAS_PATH=\"${PREFIX}/bin/newaliases\"
-CCARGS+= -DDEF_MANPAGE_DIR=\"${PREFIX}/man\"
+CCARGS+= -DDEF_MANPAGE_DIR=\"${PREFIX}/${PKGMANDIR}\"
CCARGS+= -DDEF_SAMPLE_DIR=\"${EXAMPLEDIR}\"
CCARGS+= -DDEF_README_DIR=\"${DOCDIR}\"
@@ -66,7 +66,7 @@ SUBST_SED.postfix+= \
SUBST_SED.postfix+= \
-e 's|^\(setgid_group\) =.*|\1 = maildrop|'
SUBST_SED.postfix+= \
- -e 's|^\(manpage_directory\) =.*|\1 = ${PREFIX}/man|'
+ -e 's|^\(manpage_directory\) =.*|\1 = ${PREFIX}/${PKGMANDIR}|'
SUBST_SED.postfix+= \
-e 's|^\(sample_directory\) =.*|\1 = ${EXAMPLEDIR}|'
SUBST_SED.postfix+= \