mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
- Respect NO_INSTALL_MANPAGES PR: ports/153011 Submitted by: Sofian Brabez <sbrabez AT gmail.com>
14 lines
348 B
Python
14 lines
348 B
Python
--- ./setup.py.orig 2010-12-11 00:04:45.000000000 +0100
|
|
+++ ./setup.py 2010-12-11 00:04:57.000000000 +0100
|
|
@@ -14,10 +14,7 @@
|
|
|
|
from __future__ import with_statement
|
|
|
|
-try:
|
|
- from setuptools import setup
|
|
-except ImportError:
|
|
- from distutils.core import setup
|
|
+from distutils.core import setup
|
|
import os
|
|
import shutil
|
|
packages =['googlecl',
|