diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-12-23 13:52:02 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-12-23 13:52:02 +0000 |
commit | 9dbe8cd6229483bff3f845624beeca212470496f (patch) | |
tree | 21e4e541009cc9292433ea10172086bf31987393 /astro | |
parent | - Fix origin of this port (s/textproc/devel/) (diff) |
- fix build (remove unneeded patch) [1]
- while i'm here also fix pkg-plist
PR: 163560 [1]
Submitted by: Kenji Rikitake <kenji.rikitake at acm dot org>
Requested by: wen (by email)
Approved by: wen (maintainer), novel (mentor, implicit)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/pyephem/files/patch-setup.py | 11 | ||||
-rw-r--r-- | astro/pyephem/pkg-plist | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/astro/pyephem/files/patch-setup.py b/astro/pyephem/files/patch-setup.py deleted file mode 100644 index 0e2179073326..000000000000 --- a/astro/pyephem/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2008-07-04 17:26:06.000000000 -0400 -+++ setup.py 2008-07-04 17:26:18.000000000 -0400 -@@ -1,7 +1,4 @@ --try: -- from setuptools import setup, Extension --except: -- from distutils.core import setup, Extension -+from distutils.core import setup, Extension - - import os - from glob import glob diff --git a/astro/pyephem/pkg-plist b/astro/pyephem/pkg-plist index 24a9e655b55b..6228d27f4d62 100644 --- a/astro/pyephem/pkg-plist +++ b/astro/pyephem/pkg-plist @@ -96,4 +96,3 @@ @dirrm %%PYTHON_SITELIBDIR%%/ephem/tests @dirrm %%PYTHON_SITELIBDIR%%/ephem/doc @dirrm %%PYTHON_SITELIBDIR%%/ephem -@dirrm %%PYTHON_SITELIBDIR%% |