diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-02-17 17:53:45 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-02-17 17:53:45 +0000 |
commit | b6a49f4b65612c6ed566fc565a00f86471b7ed79 (patch) | |
tree | 33a7fa21bb8e1d4218a5d225e5bef18e091d19d7 /net | |
parent | f0f1f38832ae08730d3d9050be90394311996aaa (diff) | |
download | pkgsrc-b6a49f4b65612c6ed566fc565a00f86471b7ed79.tar.gz |
create RCD_SCRIPTS_EXAMPLEDIR if it doesn't exists
Diffstat (limited to 'net')
-rw-r--r-- | net/tor/Makefile | 3 |
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" |