diff options
author | rm <rm@FreeBSD.org> | 2011-12-23 21:52:02 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2011-12-23 21:52:02 +0800 |
commit | 77b24a0c1e520404bf2ceab5d4ab537808a741f2 (patch) | |
tree | 255daa2547959631b9ab9d16aa6cf345d747f1f1 /astro | |
parent | 621a9ad7164adf21326c17f407a8699638c90c5a (diff) | |
download | freebsd-ports-graphics-77b24a0c1e520404bf2ceab5d4ab537808a741f2.tar.gz freebsd-ports-graphics-77b24a0c1e520404bf2ceab5d4ab537808a741f2.tar.zst freebsd-ports-graphics-77b24a0c1e520404bf2ceab5d4ab537808a741f2.zip |
- 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 0e217907332..00000000000 --- 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 24a9e655b55..6228d27f4d6 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%% |