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 /time | |
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 'time')
-rw-r--r-- | time/xfce4-calendar/DESCR | 2 | ||||
-rw-r--r-- | time/xfce4-calendar/Makefile | 4 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/DESCR | 2 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/Makefile | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/time/xfce4-calendar/DESCR b/time/xfce4-calendar/DESCR index 318860bee1c..0aa7db5c1aa 100644 --- a/time/xfce4-calendar/DESCR +++ b/time/xfce4-calendar/DESCR @@ -1 +1 @@ -Calendar for XFce4. +Calendar for Xfce. diff --git a/time/xfce4-calendar/Makefile b/time/xfce4-calendar/Makefile index 1e7fa0367af..dc7411f1b93 100644 --- a/time/xfce4-calendar/Makefile +++ b/time/xfce4-calendar/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/17 12:51:16 martti Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/09 07:09:05 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfcalendar-${XFCE4_VERSION} PKGNAME= xfce4-calendar-${XFCE4_VERSION} CATEGORIES= time -COMMENT= XFce4 calendar +COMMENT= Xfce calendar .include "../../databases/dbh/buildlink3.mk" .include "../../x11/xfce4-mcs-plugins/buildlink3.mk" diff --git a/time/xfce4-datetime-plugin/DESCR b/time/xfce4-datetime-plugin/DESCR index faa88dcf6c2..9ba75f1abef 100644 --- a/time/xfce4-datetime-plugin/DESCR +++ b/time/xfce4-datetime-plugin/DESCR @@ -1 +1 @@ -Calendar plugin for XFce4. +Calendar plugin for Xfce. diff --git a/time/xfce4-datetime-plugin/Makefile b/time/xfce4-datetime-plugin/Makefile index 1509fcbe855..fb0d8c1ded1 100644 --- a/time/xfce4-datetime-plugin/Makefile +++ b/time/xfce4-datetime-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/08 06:23:08 martti Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/09 07:09:05 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -7,7 +7,7 @@ XFCE4_VERSION= 0.3.1 DISTNAME= xfce4-datetime-plugin-${XFCE4_VERSION} CATEGORIES= time MASTER_SITES= http://download.berlios.de/xfce-goodies/ -COMMENT= XFce4 calendar plugin +COMMENT= Xfce calendar plugin .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |