pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Honor PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31c92876fbe0
branches:  trunk
changeset: 533659:31c92876fbe0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Sep 23 11:20:48 2007 +0000

description:
Honor PKGMANDIR.

diffstat:

 mail/postfix/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8614a7e95efe -r 31c92876fbe0 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Sun Sep 23 07:58:15 2007 +0000
+++ b/mail/postfix/Makefile     Sun Sep 23 11:20:48 2007 +0000
@@ -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_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+=    \
        -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+=    \



Home | Main Index | Thread Index | Old Index