pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim Install man page to PKGMANDIR and use INSTAL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/722c5c06d210
branches:  trunk
changeset: 504913:722c5c06d210
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Dec 27 21:22:02 2005 +0000

description:
Install man page to PKGMANDIR and use INSTALLATION_DIRS to precreate
directory.

diffstat:

 mail/exim/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r ff428e70a662 -r 722c5c06d210 mail/exim/Makefile
--- a/mail/exim/Makefile        Tue Dec 27 21:20:49 2005 +0000
+++ b/mail/exim/Makefile        Tue Dec 27 21:22:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2005/12/05 20:50:30 rillig Exp $
+# $NetBSD: Makefile,v 1.72 2005/12/27 21:22:02 reed Exp $
 
 DISTNAME=      exim-4.54
 PKGREVISION=   1
@@ -16,6 +16,7 @@
 
 USE_TOOLS+=    perl:run
 USE_PKGINSTALL=        yes
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man8
 
 MAKE_ENV+=     SSLBASE=${SSLBASE:Q}
 MAKE_ENV+=     INST_CHOWN=${CHOWN:Q}
@@ -89,7 +90,7 @@
 post-install:
        ${INSTALL_DATA_DIR} ${EXAMPLESDIR}
        ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EXAMPLESDIR}
-       ${INSTALL_DATA} ${WRKSRC}/doc/exim.8 ${PREFIX}/man/man8/exim.8
+       ${INSTALL_DATA} ${WRKSRC}/doc/exim.8 ${PREFIX}/${PKGMANDIR}/man8/exim.8
 
 .include "../../security/openssl/buildlink3.mk"
 .include "../../security/tcp_wrappers/buildlink3.mk"



Home | Main Index | Thread Index | Old Index