From 6f950576f995cd0ca59d7e7d516202e1c401df23 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Jul 2014 16:27:31 +0000 Subject: [PATCH] - Cleanup Makefile --- astro/py-metar/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index 7c78e1e5e43f..6b74630e4c4f 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -8,7 +8,7 @@ CATEGORIES= astro python geography MASTER_SITES= http://www.schwarzvogel.de/pkgs/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${REALPORTNAME}-${PORTVERSION} +DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module that provides access to NOAA METAR weather reports @@ -25,13 +25,11 @@ USES= shebangfix PORTDOCS= COPYING README THANKS librarydoc.txt -REALPORTNAME= pymetar - -SHEBANG_FILES= bin/${REALPORTNAME} +SHEBANG_FILES= bin/py${PORTNAME} python_CMD= ${PYTHON_CMD} post-patch: @${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' \ - -e 's|"share/doc/pymetar-%s"%pymetar.__version__|"${DOCSDIR}"|' ${WRKSRC}/${PYSETUP} + -e 's|"share/doc/pymetar-%s"%pymetar.__version__|"${DOCSDIR}"|' ${WRKSRC}/setup.py .include