diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-02-14 21:18:16 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-02-14 21:18:16 +0000 |
commit | 327b106b2e8740d2d3054262b16ceb94a362b62d (patch) | |
tree | 155812231bec0353202596131558bfb3908b3c55 /net/dante/Makefile | |
parent | beec8de8c1f7f70c03e9bbef514911277c55b1dc (diff) | |
download | ports-327b106b2e8740d2d3054262b16ceb94a362b62d.tar.gz ports-327b106b2e8740d2d3054262b16ceb94a362b62d.zip |
Notes
Diffstat (limited to 'net/dante/Makefile')
-rw-r--r-- | net/dante/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 455ca31a0f18..cf66c0d9c586 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dante -PORTVERSION= 1.1.15 +PORTVERSION= 1.1.19 CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ \ @@ -24,13 +24,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ INSTALLS_SHLIB= yes +USE_RC_SUBR= sockd.sh + MAN5= sockd.conf.5 socks.conf.5 MAN8= sockd.8 post-install: @${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${PREFIX}/etc/socks.conf.example @${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${PREFIX}/etc/sockd.conf.example - @${INSTALL_SCRIPT} ${FILESDIR}/sockd.sh ${PREFIX}/etc/rc.d/sockd.sh-dist .if !defined(NOPORTDOCS) ${INSTALL} -d -m 555 ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/README* ${DOCSDIR} |