diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-24 08:42:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-24 08:42:53 +0000 |
commit | e52ae825b306b016b24124b27b33cb140fb4a311 (patch) | |
tree | 9e1966d724b0cb83a60d78b42cad942d9b2bc7ac /net/siproxd/Makefile | |
parent | b31637865ffc8b4de8078fc9e0fba57c6982a6c1 (diff) |
Notes
Diffstat (limited to 'net/siproxd/Makefile')
-rw-r--r-- | net/siproxd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 0494d937cd16..ed61891d6606 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= siproxd -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= net MASTER_SITES= SF @@ -24,7 +23,6 @@ PORTDOCS1= AUTHORS ChangeLog README RELNOTES PORTDOCS2= FAQ KNOWN_BUGS RFC3261_compliance.txt \ sample_cfg_budgetone.txt sample_cfg_x-lite.txt PORTDOCS= ${PORTDOCS1} ${PORTDOCS2} -PLIST_FILES= etc/siproxd.conf.example etc/siproxd_passwd.cfg sbin/siproxd .include <bsd.port.pre.mk> @@ -32,6 +30,10 @@ post-patch: .if ${OSVERSION} >= 500041 @${REINPLACE_CMD} -e 's,-lgnugetopt,,g' ${WRKSRC}/${CONFIGURE_SCRIPT} .endif +.if !defined(NOPORTDOCS) + @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ + ${WRKSRC}/doc/siproxd.conf.example +.endif post-install: .if !defined(NOPORTDOCS) |