summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-12-30 13:24:50 +0000
committerabs <abs@pkgsrc.org>2009-12-30 13:24:50 +0000
commita8f2329813f382cd1765a6e9073222a267e6da3d (patch)
tree4d8ca18d44f55fdb35231d1c116a6f048ec9c902 /mail/exim/Makefile
parentf06aa59ec53be4fc26c3ab9cbbd68e8bc941834c (diff)
downloadpkgsrc-a8f2329813f382cd1765a6e9073222a267e6da3d.tar.gz
Add missing doc/spec.txt to install & PLIST
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile10
1 files changed, 7 insertions, 3 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"