summaryrefslogtreecommitdiff
path: root/net/tor/Makefile
diff options
context:
space:
mode:
authortv <tv>2005-01-11 21:02:20 +0000
committertv <tv>2005-01-11 21:02:20 +0000
commitc21e9d99b26a440ad06750a80c74e398c553c151 (patch)
treee03237bc5e87bae397826caafc7cbcb9ffbe6739 /net/tor/Makefile
parenteb9e7ef8d9f12f637dc1a23f20cc1fee118b1ef9 (diff)
downloadpkgsrc-c21e9d99b26a440ad06750a80c74e398c553c151.tar.gz
Update to 0.0.9.2 (OK'd by jschauma@netbsd.org).
The ChangeLog is huge -- see it for changes. This is still a pre-alpha piece of software, so rapid development and change is currently expected.
Diffstat (limited to 'net/tor/Makefile')
-rw-r--r--net/tor/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 572fb976142..ddd391bab8d 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/11/11 20:52:46 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2005/01/11 21:02:20 tv Exp $
#
-DISTNAME= tor-0.0.8.1
+DISTNAME= tor-0.0.9.2
CATEGORIES= net security
MASTER_SITES= http://freehaven.net/tor/dist/
@@ -16,8 +16,6 @@ USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONF_FILES= ${PREFIX}/share/examples/tor/dirservers \
- ${PKG_SYSCONFDIR}/tor/dirservers
CONF_FILES+= ${PREFIX}/share/examples/tor/tor-tsocks.conf \
${PKG_SYSCONFDIR}/tor/tor-tsocks.conf
CONF_FILES+= ${PREFIX}/share/examples/tor/torrc.sample \
@@ -28,8 +26,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/contrib/torify ${PREFIX}/bin/torify
${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR}/tor
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tor
- ${INSTALL_DATA} ${WRKSRC}/src/config/dirservers \
- ${PREFIX}/share/examples/tor/dirservers
${INSTALL_DATA} ${WRKSRC}/src/config/torrc.sample \
${PREFIX}/share/examples/tor/torrc.sample
${INSTALL_DATA} ${WRKSRC}/contrib/tor-tsocks.conf \