mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION Submitted by: Mike Durian <durian@shadetreesoftware.com> (maintainer)
This commit is contained in:
parent
f1fe4d51d8
commit
10ae353f6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184931
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sipxcommserverlib
|
||||
PORTVERSION= 3.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/
|
||||
|
||||
@ -47,4 +48,12 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e "s,@PREFIX@,${PREFIX}," ${WRKSRC}/bin/pgpatch.sh
|
||||
@${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/src/sipdbtest/sipdbtest.sh.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${SED} -e "s,@bindir@,${PREFIX}/bin,g" < ${WRKSRC}/doc/INSTALL.ssl.in \
|
||||
> ${WRKSRC}/doc/INSTALL.ssl
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/INSTALL.ssl ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -86,6 +86,8 @@ lib/libsipXcommserver.so.1
|
||||
lib/libsipXcommserverTest.a
|
||||
lib/libsipXcommserverTest.la
|
||||
libexec/sipx-utils.sh
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.ssl
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
share/sipx/schema/authrules.xsd
|
||||
share/sipx/schema/urlmap.xsd
|
||||
@dirrm share/sipxpbx
|
||||
|
Loading…
Reference in New Issue
Block a user