mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
1d757bfcf8
- Use libtoolize for autotools [1] - Trim Makefile header [1] - Add LICENSE (GPLv2) - Use PORTDOCS at Makefile - Remove PORTEXAMPLES (sample conf same as original) PR: ports/177113 [1] Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> (maintainer) [1] Approved by: jpaetzel (mentor)
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
|