diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-23 11:43:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-23 11:43:42 +0000 |
commit | ea4609d7f853aefd036a72b46a4c9d5742618742 (patch) | |
tree | 6cb6f01cacd79385cf7285fda221b5337424fa90 /mail | |
parent | 12042fe34c08381c026491b86167e09f865959d8 (diff) | |
download | pkgsrc-ea4609d7f853aefd036a72b46a4c9d5742618742.tar.gz |
Honor PKGMANDIR.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 6 |
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+= \ |