diff options
author | snj <snj@pkgsrc.org> | 2004-03-12 05:44:52 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-12 05:44:52 +0000 |
commit | e1be16f2d2e36f1b42506e82aac0602d44924eb5 (patch) | |
tree | 9677b078208b891b135a4a0cadeff12bdb3f625c /misc | |
parent | ac75cbf523f3a3aac0b710ab2de827ed722cfefa (diff) | |
download | pkgsrc-e1be16f2d2e36f1b42506e82aac0602d44924eb5.tar.gz |
Spell Fahrenheit properly. Use bl3.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellm1-weather/DESCR | 2 | ||||
-rw-r--r-- | misc/gkrellm1-weather/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/gkrellm1-weather/DESCR b/misc/gkrellm1-weather/DESCR index 59084359fae..4fb93ca8126 100644 --- a/misc/gkrellm1-weather/DESCR +++ b/misc/gkrellm1-weather/DESCR @@ -3,7 +3,7 @@ Features -Choose your own location by 4-letter METAR station identifier code. -Monitor temperature, dew point, pressure, relative humidity, sky condition, wind direction and speed - -Display using imperial units (degrees Fareheight, inches of Mercury, + -Display using imperial units (degrees Fahrenheit, inches of Mercury, miles per hour) -Display using metric units (degrees Celsius, millimeters of Mercury, kilometers per hour) diff --git a/misc/gkrellm1-weather/Makefile b/misc/gkrellm1-weather/Makefile index 31445ef6bd8..68e4069c0f6 100644 --- a/misc/gkrellm1-weather/Makefile +++ b/misc/gkrellm1-weather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/02/24 23:24:06 cube Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/12 05:44:52 snj Exp $ DISTNAME= gkrellweather-0.2.7 PKGNAME= gkrellm-weather-0.2.7 @@ -12,10 +12,10 @@ COMMENT= gkrellm weather plugin DEPENDS+= wmweather>=1.3:../../x11/wmweather -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins -.include "../../sysutils/gkrellm1/buildlink2.mk" +.include "../../sysutils/gkrellm1/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |