summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-23 11:43:42 +0000
committerjlam <jlam>2007-09-23 11:43:42 +0000
commitb895bcfcd30cc7a5fffe6e17a2f8951b7a945b95 (patch)
tree6cb6f01cacd79385cf7285fda221b5337424fa90 /mail/postfix-current
parent271ca3fb23970f2f641997289360242338799bc4 (diff)
downloadpkgsrc-b895bcfcd30cc7a5fffe6e17a2f8951b7a945b95.tar.gz
Honor PKGMANDIR.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 8a451d0a68e..8f950b4ed5b 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2007/08/13 07:06:13 martti Exp $
+# $NetBSD: Makefile,v 1.84 2007/09/23 11:43:42 jlam Exp $
DISTNAME= postfix-2.5-20070731
#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+= \