diff options
author | martti <martti@pkgsrc.org> | 2005-11-09 07:09:04 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-11-09 07:09:04 +0000 |
commit | c4d9535c172d8616c328744111482ad20d6d452d (patch) | |
tree | 6bc885b661b42f59adf4b358e91502a5761e99e0 /misc | |
parent | 8ab87b251baf5b23bbdd7261ab8be68068525681 (diff) | |
download | pkgsrc-c4d9535c172d8616c328744111482ad20d6d452d.tar.gz |
Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.
It is a lower-case f according to the official site.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-weather-plugin/DESCR | 2 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/xfce4-weather-plugin/DESCR b/misc/xfce4-weather-plugin/DESCR index b48231756d9..dcc2263ec2b 100644 --- a/misc/xfce4-weather-plugin/DESCR +++ b/misc/xfce4-weather-plugin/DESCR @@ -1 +1 @@ -Weather plugin for XFce4. +Weather plugin for Xfce. diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 59293874815..8882f8a7018 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/03/07 14:15:57 adam Exp $ +# $NetBSD: Makefile,v 1.5 2005/11/09 07:09:04 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -7,7 +7,7 @@ XFCE4_VERSION= 0.4.9 DISTNAME= xfce4-weather-plugin-${XFCE4_VERSION} CATEGORIES= misc MASTER_SITES= http://download.berlios.de/xfce-goodies/ -COMMENT= XFce4 weather plugin +COMMENT= Xfce weather plugin .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |