aboutsummaryrefslogtreecommitdiff
path: root/mail/librfc822/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-07 17:21:07 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-07 17:21:07 +0000
commit44a62daff3c95290f4b47f32a273ea7b9129393c (patch)
tree2a3fba76f904c2b922a3a8cc3b67af9ad9c47e67 /mail/librfc822/Makefile
parent7437e87b4a11f39c5fd9140742ce0eeafdfd6ce7 (diff)
downloadports-44a62daff3c95290f4b47f32a273ea7b9129393c.tar.gz
ports-44a62daff3c95290f4b47f32a273ea7b9129393c.zip
Notes
Diffstat (limited to 'mail/librfc822/Makefile')
-rw-r--r--mail/librfc822/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/librfc822/Makefile b/mail/librfc822/Makefile
index 1193bb772113..56e856f74877 100644
--- a/mail/librfc822/Makefile
+++ b/mail/librfc822/Makefile
@@ -8,18 +8,21 @@
PORTNAME= librfc822
PORTVERSION= 1.0
-CATEGORIES= mail
+PORTREVISION= 1
+CATEGORIES= mail devel
MASTER_SITES= http://cryp.to/librfc822/
MAINTAINER= ports@FreeBSD.org
COMMENT= A complete parser for RFC822 addresses
+DOCS= readme.html readme.txt user-manual.html user-manual.pdf
+
do-install:
${INSTALL_DATA} ${WRKSRC}/rfc822.hh ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/librfc822.a ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${CP} ${WRKSRC}/documentation/* ${DOCSDIR}
+ @cd ${WRKSRC}/documentation && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>