summaryrefslogtreecommitdiff
path: root/net/tor
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-02-17 17:53:45 +0000
committerjschauma <jschauma>2005-02-17 17:53:45 +0000
commit983fdd364b8529aadb76a5d2f9e7e76602304946 (patch)
tree33a7fa21bb8e1d4218a5d225e5bef18e091d19d7 /net/tor
parentfe68ed0c2ca77dff9bfb8b736869889a803288cb (diff)
downloadpkgsrc-983fdd364b8529aadb76a5d2f9e7e76602304946.tar.gz
create RCD_SCRIPTS_EXAMPLEDIR if it doesn't exists
Diffstat (limited to 'net/tor')
-rw-r--r--net/tor/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 283535c11e6..998d1255552 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/02/14 18:51:58 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/17 17:53:45 jschauma Exp $
#
DISTNAME= tor-0.0.9.4
@@ -64,6 +64,7 @@ post-install:
${PREFIX}/share/examples/tor/torrc.sample
${INSTALL_DATA} ${WRKSRC}/contrib/tor-tsocks.conf \
${PREFIX}/share/examples/tor/tor-tsocks.conf
+ ${INSTALL_DATA_DIR} ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}
${INSTALL_DATA} ${WRKSRC}/tor.pkgsrc.rc ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/tor
.include "../../security/openssl/buildlink3.mk"