diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-09-03 15:18:28 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-09-03 15:18:28 +0000 |
commit | 564607e2c0da10144afa655090489f5109f0d234 (patch) | |
tree | 99990bbea5c1e4e8c3ed493462690ebc3a413847 /astro/py-metar/Makefile | |
parent | 611ba539a4867e2f7f23ee83586152ef689b2619 (diff) | |
download | ports-564607e2c0da10144afa655090489f5109f0d234.tar.gz ports-564607e2c0da10144afa655090489f5109f0d234.zip |
Notes
Diffstat (limited to 'astro/py-metar/Makefile')
-rw-r--r-- | astro/py-metar/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index 23da0f69b138..2950376368c6 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -6,9 +6,9 @@ # PORTNAME= metar -PORTVERSION= 0.8 +PORTVERSION= 0.12 CATEGORIES= astro python -MASTER_SITES= http://unattached.i-no.de/pkgs/ +MASTER_SITES= http://www.schwarzvogel.de/pkgs/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pymetar-${PORTVERSION} @@ -18,12 +18,5 @@ COMMENT= Python module that provides access to NOAA's METAR weather reports USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_PYTHON_PREFIX= yes - -post-extract: - ${CP} ${WRKSRC}/bin/pymet2.py ${WRKSRC}/bin/pymet2 - -post-patch: - ${REINPLACE_CMD} 's,bin/pymet2.py,bin/pymet2,g' ${WRKSRC}/setup.py .include <bsd.port.mk> |