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 /meta-pkgs | |
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 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4-extras/DESCR | 2 | ||||
-rw-r--r-- | meta-pkgs/xfce4-extras/Makefile | 4 | ||||
-rw-r--r-- | meta-pkgs/xfce4/DESCR | 8 | ||||
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/meta-pkgs/xfce4-extras/DESCR b/meta-pkgs/xfce4-extras/DESCR index aa9b21953bb..12d9ba4e11a 100644 --- a/meta-pkgs/xfce4-extras/DESCR +++ b/meta-pkgs/xfce4-extras/DESCR @@ -1 +1 @@ -This package installs XFce 4 and all available extras. +This package installs Xfce and all available extras. diff --git a/meta-pkgs/xfce4-extras/Makefile b/meta-pkgs/xfce4-extras/Makefile index 5c0ceedeb2b..c7e162a6a7c 100644 --- a/meta-pkgs/xfce4-extras/Makefile +++ b/meta-pkgs/xfce4-extras/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2005/10/28 06:45:30 martti Exp $ +# $NetBSD: Makefile,v 1.15 2005/11/09 07:09:04 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-extras-${XFCE4_VERSION} DISTFILES= # empty CATEGORIES= meta-pkgs -COMMENT= XFce4 extras +COMMENT= Xfce extras NO_CHECKSUM= yes NO_CONFIGURE= yes diff --git a/meta-pkgs/xfce4/DESCR b/meta-pkgs/xfce4/DESCR index 7322db16fdb..07634d67c23 100644 --- a/meta-pkgs/xfce4/DESCR +++ b/meta-pkgs/xfce4/DESCR @@ -1,9 +1,9 @@ -XFce 4 is the next generation of the popular XFce desktop. +Xfce is the next generation of the popular Xfce desktop. This package does not contain anything by itself -- it is a -"meta-package" that depends on other XFce4 packages. Its sole +"meta-package" that depends on other Xfce packages. Its sole purpose is to require dependencies so users can install this -package only and have all the XFce stuff pulled in by the package +package only and have all the Xfce stuff pulled in by the package dependency mechanism. -This package installs XFce 4 without any extras. +This package installs Xfce without any extras. diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 87835efda0c..20cc91e4e3b 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/11/09 06:42:58 martti Exp $ +# $NetBSD: Makefile,v 1.19 2005/11/09 07:09:04 martti Exp $ .include "Makefile.common" @@ -7,7 +7,7 @@ XFCE4_VERSION= 4.2.3.1 DISTNAME= xfce4-${XFCE4_VERSION} DISTFILES= # empty CATEGORIES= meta-pkgs -COMMENT= XFce4 +COMMENT= Xfce NO_CHECKSUM= yes NO_CONFIGURE= yes |