diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-22 02:15:36 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-22 02:15:36 +0000 |
commit | 494cce4f6ebcb67db9e3eabf7fc1b6393aa6a39f (patch) | |
tree | dba4848187882dde975ec4b9c829df054ea3b60b /astro/gdesklets-goodweather/Makefile | |
parent | - Fix build on 5.x (diff) |
When the clock is at 12am and it will crash.
Reported by: Franz Klammer
PR: 59561
Submitted by: MAINTAINER
Diffstat (limited to 'astro/gdesklets-goodweather/Makefile')
-rw-r--r-- | astro/gdesklets-goodweather/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/gdesklets-goodweather/Makefile b/astro/gdesklets-goodweather/Makefile index f7b250d0371c..df6cc6b6820a 100644 --- a/astro/gdesklets-goodweather/Makefile +++ b/astro/gdesklets-goodweather/Makefile @@ -7,7 +7,7 @@ PORTNAME= goodweather PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro gnome MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ \ http://people.roqe.org/kr/misc/ @@ -31,6 +31,7 @@ SKINS= liquid um weather.com do-build: @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} @${PATCH} ${WRKSRC}/${NAME}/__init__.py < ${FILESDIR}/${NAME}::__init__.py + @${PATCH} ${WRKSRC}/${NAME}/weather.py < ${FILESDIR}/${NAME}::weather.py @${FIND} ${WRKSRC} -name '*.orig' -delete do-install: |