diff options
author | abs <abs> | 2009-12-30 13:24:50 +0000 |
---|---|---|
committer | abs <abs> | 2009-12-30 13:24:50 +0000 |
commit | 5d1fc1eb83228a1ed8a83f5400a4c9b8b0534385 (patch) | |
tree | 4d8ca18d44f55fdb35231d1c116a6f048ec9c902 /mail/exim | |
parent | 65fe9e605da529b2c6f83ec5285bb52b97742dcd (diff) | |
download | pkgsrc-5d1fc1eb83228a1ed8a83f5400a4c9b8b0534385.tar.gz |
Add missing doc/spec.txt to install & PLIST
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 10 | ||||
-rw-r--r-- | mail/exim/PLIST | 3 |
2 files changed, 9 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 7ee3891eb09..ec607b3d7f5 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -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 @@ post-build: ${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 --git a/mail/exim/PLIST b/mail/exim/PLIST index 4fdcf93fcd4..45724889fa2 100644 --- a/mail/exim/PLIST +++ b/mail/exim/PLIST @@ -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/exipick sbin/exiqgrep sbin/exiqsumm sbin/exiwhat +share/doc/exim/spec.txt share/examples/exim/aliases share/examples/exim/configure share/examples/exim/mailer.conf |