diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
commit | c62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch) | |
tree | b32409a9ec171a85e0016501d1db9153c45fe091 /astro/pyweather/Makefile | |
parent | Zero PORTREVISION after the PORTVERSION is bumped. (diff) |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69625
Diffstat (limited to 'astro/pyweather/Makefile')
-rw-r--r-- | astro/pyweather/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile index 117de004a97c..a6ff756c6344 100644 --- a/astro/pyweather/Makefile +++ b/astro/pyweather/Makefile @@ -14,7 +14,7 @@ DISTNAME= pyWeather MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Python script that downloads weather data and can be cron'd +PORTCOMMENT= Python script that downloads weather data and can be cronned USE_REINPLACE= yes USE_PYTHON= yes |