mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
This commit is contained in:
parent
937e2cc97d
commit
2e1e281c82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56834
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user