ports/net/googlecl/files/patch-setup.py
Li-Wen Hsu f359757d48 - Update to 0.9.11
- Respect NO_INSTALL_MANPAGES

PR:		ports/153011
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
2010-12-11 18:51:52 +00:00

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',