mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
f4c4d96943
PR: 162400 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> (maintainer)
11 lines
307 B
Plaintext
11 lines
307 B
Plaintext
--- src/Makefile.am.orig 2011-10-24 22:26:34.000000000 +0300
|
|
+++ src/Makefile.am 2011-11-09 12:36:55.697224889 +0200
|
|
@@ -1,6 +1,6 @@
|
|
# Makefile used by configure to create real Makefile
|
|
|
|
-libdir = @libdir@/torsocks
|
|
+libdir = @prefix@/lib
|
|
|
|
# Install invocation scripts
|
|
bin_SCRIPTS = torsocks usewithtor
|