diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-06-16 13:43:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-06-16 13:43:18 +0000 |
commit | a6555c8d3b759431cdf4acc1d1427c3a3e283536 (patch) | |
tree | 0da8abe90ec61801414fc9e864adaa8936e4b38e /mail/gmime2/Makefile | |
parent | 20909abc59c69c5e117402e9eb680aa7d563ef27 (diff) | |
download | ports-a6555c8d3b759431cdf4acc1d1427c3a3e283536.tar.gz ports-a6555c8d3b759431cdf4acc1d1427c3a3e283536.zip |
Notes
Diffstat (limited to 'mail/gmime2/Makefile')
-rw-r--r-- | mail/gmime2/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 40fcf1d174d2..97dc6448c94c 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmime -PORTVERSION= 2.1.14 +PORTVERSION= 2.1.15 CATEGORIES= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/ @@ -27,16 +27,4 @@ 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> |