diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 00:17:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 00:17:12 +0000 |
commit | 10ae353f6f1445796c100bb7de8b6f77c3b1ba7d (patch) | |
tree | 21aa4a0f83b0b0c710ca6a76845b218ea46e1595 /net | |
parent | f1fe4d51d8847d41165ee407bb36000f6cc66816 (diff) | |
download | ports-10ae353f6f1445796c100bb7de8b6f77c3b1ba7d.tar.gz ports-10ae353f6f1445796c100bb7de8b6f77c3b1ba7d.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/sipxcommserverlib/Makefile | 9 | ||||
-rw-r--r-- | net/sipxcommserverlib/pkg-plist | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/net/sipxcommserverlib/Makefile b/net/sipxcommserverlib/Makefile index bfec298b9206..9d14e4c5a99b 100644 --- a/net/sipxcommserverlib/Makefile +++ b/net/sipxcommserverlib/Makefile @@ -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> diff --git a/net/sipxcommserverlib/pkg-plist b/net/sipxcommserverlib/pkg-plist index f5b2395e1072..de4e50f0204e 100644 --- a/net/sipxcommserverlib/pkg-plist +++ b/net/sipxcommserverlib/pkg-plist @@ -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 |