diff options
Diffstat (limited to 'net/siproxd/Makefile')
-rw-r--r-- | net/siproxd/Makefile | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 2f349c9ce968..9b94cdd35e53 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -1,10 +1,9 @@ PORTNAME= siproxd -PORTVERSION= 0.8.2 -PORTREVISION= 1 +DISTVERSION= 0.8.3 CATEGORIES= net MASTER_SITES= SF -MAINTAINER= frank@dynamical-systems.org +MAINTAINER= me@svmhdvn.name COMMENT= Proxy/masquerading daemon for the SIP protocol WWW= http://siproxd.sourceforge.net/ @@ -13,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libosip2.so:net/libosip2 # :keepla because port uses lt_dlopen -USES= libtool:keepla +USES= libtool:keepla sqlite USE_RC_SUBR= siproxd GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doc --disable-static --with-libosip-prefix=${PREFIX} @@ -26,22 +25,22 @@ PORTDOCS= ${PORTDOCS1} ${PORTDOCS2} OPTIONS_DEFINE= DOCS -post-extract: -.for docs in ${PORTDOCS2} - ${CP} ${WRKSRC}/doc/${docs} ${WRKSRC} -.endfor - post-patch: ${REINPLACE_CMD} -e 's,siproxd\.conf\.example,siproxd.conf.sample,g' \ ${WRKSRC}/doc/Makefile.in ${MV} ${WRKSRC}/doc/siproxd.conf.example ${WRKSRC}/doc/siproxd.conf.sample post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for docs in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} -.endfor ${INSTALL_DATA} ${WRKSRC}/doc/siproxd_passwd.cfg \ ${STAGEDIR}${PREFIX}/etc/siproxd_passwd.cfg.sample +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for d in ${PORTDOCS1} + ${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} +.endfor +.for d in ${PORTDOCS2} + ${INSTALL_DATA} ${WRKSRC}/doc/${d} ${STAGEDIR}${DOCSDIR} +.endfor + .include <bsd.port.mk> |