aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-07-30 09:42:28 +0000
committerAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-07-30 09:42:28 +0000
commit4942ce5a7d8a3d0cbebaf4d202011850d1f7569f (patch)
treedb1f21912f461000d609ddcd5d130946bcfe9e09 /astro
parentb4be9b354e86bd790925c5a9a2e67df8ba20bc00 (diff)
downloadports-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.tar.gz
ports-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/py-metar/Makefile1
-rw-r--r--astro/pyephem/Makefile5
2 files changed, 3 insertions, 3 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile
index 705d8d737a6f..d330a53c2e7a 100644
--- a/astro/py-metar/Makefile
+++ b/astro/py-metar/Makefile
@@ -17,5 +17,6 @@ COMMENT= Python module that provides access to NOAA's METAR weather reports
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_PKGNAME= pymetar
.include <bsd.port.mk>
diff --git a/astro/pyephem/Makefile b/astro/pyephem/Makefile
index 338481a44acc..664e3e125526 100644
--- a/astro/pyephem/Makefile
+++ b/astro/pyephem/Makefile
@@ -16,10 +16,9 @@ MAINTAINER= db@FreeBSD.org
COMMENT= Scientific-grade astronomical computations for Python
USE_PYTHON= 2.4+
-NO_BUILD= yes
+USE_PYDISTUTILS=yes
-do-install:
- (cd ${WRKSRC}; ${PYTHON_CMD} setup.py install)
+post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/pyephem-manual.html ${DOCSDIR}