summaryrefslogtreecommitdiff
path: root/mail/dkimap4/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-24 13:44:51 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-24 13:44:51 +0000
commita5ad2a30cae920b0b45ab6f93b977b30013942fb (patch)
tree8c9b9b081b2a0c9a9e6b37d8183bc086be5b0d47 /mail/dkimap4/Makefile
parentUpdate Maintainer's Email (diff)
Remove files/patch-pop.C(already included in source)
Update the dkimap4 port to the latest version, 2.36 Add installation of README PR: 29914 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=46787
Diffstat (limited to 'mail/dkimap4/Makefile')
-rw-r--r--mail/dkimap4/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/mail/dkimap4/Makefile b/mail/dkimap4/Makefile
index 6508107eb267..f5fa581cd842 100644
--- a/mail/dkimap4/Makefile
+++ b/mail/dkimap4/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dkimap4
-PORTVERSION= 2.35
+PORTVERSION= 2.36
CATEGORIES= mail
MASTER_SITES= http://www.dbox.handshake.de/download/ \
http://www.cs.cmu.edu/~kroening/dbox/
@@ -29,12 +29,20 @@ MAKE_ARGS+= BIN_DIR="${PREFIX}/bin" DKIMAPSPOOL="${DKIMAPSPOOL}"
MAKE_ARGS+= SPOOLDIR="${SPOOLDIR}"
.endif
+DOCS= README
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/movemail/movemail ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/dkimap4/dkimap4 ${PREFIX}/libexec
${INSTALL_PROGRAM} ${WRKSRC}/dkpop3/dkpop3 ${PREFIX}/libexec
post-install:
+.if !defined(NOPORTDOCS)
+ ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}
+.endfor
+.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>