diff options
author | mi <mi@FreeBSD.org> | 2002-03-29 06:31:40 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-03-29 06:31:40 +0000 |
commit | f5a66665c291c2785fbed3a9a146f9ae2cea93d8 (patch) | |
tree | f14cb06e99b239bcc1989bc251676f5d88bc701e /www | |
parent | 4729eec1f4e6e667a8538264793322ca0f06df17 (diff) | |
download | FreeBSD-ports-f5a66665c291c2785fbed3a9a146f9ae2cea93d8.zip FreeBSD-ports-f5a66665c291c2785fbed3a9a146f9ae2cea93d8.tar.gz |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/neon/Makefile | 8 | ||||
-rw-r--r-- | www/neon26/Makefile | 8 | ||||
-rw-r--r-- | www/neon28/Makefile | 8 | ||||
-rw-r--r-- | www/neon29/Makefile | 8 |
4 files changed, 28 insertions, 4 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index e3d6615..7befc34 100644 --- a/www/neon/Makefile +++ b/www/neon/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 diff --git a/www/neon26/Makefile b/www/neon26/Makefile index e3d6615..7befc34 100644 --- a/www/neon26/Makefile +++ b/www/neon26/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 diff --git a/www/neon28/Makefile b/www/neon28/Makefile index e3d6615..7befc34 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 diff --git a/www/neon29/Makefile b/www/neon29/Makefile index e3d6615..7befc34 100644 --- a/www/neon29/Makefile +++ b/www/neon29/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 |