aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime2/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-08-28 10:35:26 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-08-28 10:35:26 +0000
commitb395bd3931e0879637bae2cab250c7a0145d7b07 (patch)
treeafb6bb990280e89436e7c676963d65b54faf1ddf /mail/gmime2/Makefile
parentf364f37897d0ed70ef3fbf1454fd62bb85c46950 (diff)
downloadports-b395bd3931e0879637bae2cab250c7a0145d7b07.tar.gz
ports-b395bd3931e0879637bae2cab250c7a0145d7b07.zip
Notes
Diffstat (limited to 'mail/gmime2/Makefile')
-rw-r--r--mail/gmime2/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile
index 97dc6448c94c..2349e7d71047 100644
--- a/mail/gmime2/Makefile
+++ b/mail/gmime2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gmime
-PORTVERSION= 2.1.15
+PORTVERSION= 2.1.16
CATEGORIES= mail
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/
@@ -27,4 +27,16 @@ INSTALLS_SHLIB= yes
LATEST_LINK= gmime2
+.if !defined(NOPORTDOCS)
+PORTDOCS= *
+.endif
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for i in docs/reference/html/*
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.mk>