mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e6cecb1d38
security/py-fchksum; the port works just fine without it. Feature safe: yes
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
--- Makefile.orig Fri Dec 7 17:01:19 2001
|
|
+++ Makefile Fri Dec 7 17:01:56 2001
|
|
@@ -1,5 +1,5 @@
|
|
PYTHON=python
|
|
-prefix=/usr/local
|
|
+prefix=%%PREFIX%%
|
|
exec_prefix=${prefix}
|
|
|
|
#finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
|