diff options
author | obache <obache@pkgsrc.org> | 2008-12-21 11:01:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-21 11:01:59 +0000 |
commit | 97bf58f7f79f1bc4b72adf7ddbb46f8b8135f073 (patch) | |
tree | 2b53c0e6712a2676713c7fe43bae2de02d73b0ad | |
parent | 2f7f51f185071dc13c4b9d2cf610c501f841bf70 (diff) | |
download | pkgsrc-97bf58f7f79f1bc4b72adf7ddbb46f8b8135f073.tar.gz |
Broken INSTALL script was removed.
No need to remove superfluous directory now.
-rw-r--r-- | net/tor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index bceecf293b0..32e7dd9dfcb 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2008/10/16 21:52:16 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2008/12/21 11:01:59 obache Exp $ # DISTNAME= tor-0.2.0.31 @@ -60,7 +60,6 @@ post-install: ${PREFIX}/share/examples/tor/torrc.sample ${INSTALL_DATA} ${WRKSRC}/contrib/tor-tsocks.conf \ ${PREFIX}/share/examples/tor/tor-tsocks.conf - -${RMDIR} ${PREFIX}/etc/tor/tor BUILDLINK_API_DEPENDS.libevent+= libevent>=1.2 .include "../../devel/libevent/buildlink3.mk" |