pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim Add missing doc/spec.txt to install & PLIST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5bd88b4fdf4
branches:  trunk
changeset: 568959:d5bd88b4fdf4
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Dec 30 13:24:50 2009 +0000

description:
Add missing doc/spec.txt to install & PLIST

diffstat:

 mail/exim/Makefile |  10 +++++++---
 mail/exim/PLIST    |   3 ++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r 96cad906cc2c -r d5bd88b4fdf4 mail/exim/Makefile
--- a/mail/exim/Makefile        Wed Dec 30 13:19:58 2009 +0000
+++ b/mail/exim/Makefile        Wed Dec 30 13:24:50 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2009/12/07 14:29:09 adam Exp $
+# $NetBSD: Makefile,v 1.98 2009/12/30 13:24:50 abs Exp $
 
 DISTNAME=      exim-4.71
+PKGREVISION=   1
 CATEGORIES=    mail net
 MASTER_SITES=  ftp://ftp.exim.org/pub/exim/exim4/ \
                ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -105,11 +106,14 @@
            ${FILESDIR}/mailer.conf.exim \
            > ${WRKDIR}/mailer.conf
 
-INSTALLATION_DIRS =    ${PKGMANDIR}/man8 sbin share/examples/exim
+INSTALLATION_DIRS = ${PKGMANDIR}/man8 sbin share/examples/exim share/doc/exim
 
 post-install:
        ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${DESTDIR}${EXAMPLESDIR}
-       ${INSTALL_DATA} ${WRKSRC}/doc/exim.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/exim.8
+       ${INSTALL_DATA} ${WRKSRC}/doc/exim.8 \
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/exim.8
+       ${INSTALL_DATA} ${WRKSRC}/doc/spec.txt \
+               ${DESTDIR}${PREFIX}/share/doc/exim
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
diff -r 96cad906cc2c -r d5bd88b4fdf4 mail/exim/PLIST
--- a/mail/exim/PLIST   Wed Dec 30 13:19:58 2009 +0000
+++ b/mail/exim/PLIST   Wed Dec 30 13:24:50 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2009/06/14 18:04:33 joerg Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/12/30 13:24:50 abs Exp $
 man/man8/exim.8
 sbin/${DISTNAME}-1
 sbin/exicyclog
@@ -16,6 +16,7 @@
 sbin/exiqgrep
 sbin/exiqsumm
 sbin/exiwhat
+share/doc/exim/spec.txt
 share/examples/exim/aliases
 share/examples/exim/configure
 share/examples/exim/mailer.conf



Home | Main Index | Thread Index | Old Index