aboutsummaryrefslogtreecommitdiff
path: root/www/neon28
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-03-29 06:31:40 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-03-29 06:31:40 +0000
commit2e1e281c82b24a2021c9c8c47b71edf94c804425 (patch)
tree4b1fbefb673271dd3e968231f8c410cd7b130eb0 /www/neon28
parent937e2cc97d40845c5efb4126128cc2d5c5c3078d (diff)
downloadports-2e1e281c82b24a2021c9c8c47b71edf94c804425.tar.gz
ports-2e1e281c82b24a2021c9c8c47b71edf94c804425.zip
Install the neon's manpages -- something the packages itself forgets
to do. The maintainer gave the go ahead, but warned, that he did not test the change himself -- so any problems would be purely my fault. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=56834
Diffstat (limited to 'www/neon28')
-rw-r--r--www/neon28/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/neon28/Makefile b/www/neon28/Makefile
index e3d66152f413..7befc3494736 100644
--- a/www/neon28/Makefile
+++ b/www/neon28/Makefile
@@ -25,8 +25,14 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
--with-libxml1
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-.ifndef NOPORTDOCS
+MAN1= neon-config.1
+MAN3= ne_close_connection.3 ne_session_create.3 \
+ ne_session_decide_proxy.3 ne_session_destroy.3 ne_session_proxy.3
+
post-install:
+ ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/*.3 ${PREFIX}/man/man3
+.ifndef NOPORTDOCS
${MKDIR} ${PREFIX}/share/doc/neon
${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon
.endif