mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
184c1b22e5
PR: 36201 Submitted by: MAINTAINER
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
*** sbin/compile.py.orig Wed Mar 20 15:58:16 2002
|
|
--- sbin/compile.py Wed Mar 20 15:58:46 2002
|
|
***************
|
|
*** 1,4 ****
|
|
! #!/usr/bin/python
|
|
|
|
import compileall
|
|
|
|
--- 1,4 ----
|
|
! #!/usr/local/bin/python
|
|
|
|
import compileall
|
|
|