mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
PR: 205313 Submitted by: yuri@rawbw.com Approved by: maintainer timeout (xmj@chaot.net, 2 weeks)
10 lines
203 B
Python
10 lines
203 B
Python
--- PackageSetup.py.orig 2013-07-08 01:21:09 UTC
|
|
+++ PackageSetup.py
|
|
@@ -1,6 +1,5 @@
|
|
-#!python
|
|
+#!/usr/bin/env python
|
|
|
|
-from __future__ import with_statement
|
|
import glob
|
|
import os.path
|
|
import shutil
|