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 /x11/xfce4-mcs-plugins | |
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 'x11/xfce4-mcs-plugins')
-rw-r--r-- | x11/xfce4-mcs-plugins/DESCR | 2 | ||||
-rw-r--r-- | x11/xfce4-mcs-plugins/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfce4-mcs-plugins/DESCR b/x11/xfce4-mcs-plugins/DESCR index 6e47bb21b69..aede338368c 100644 --- a/x11/xfce4-mcs-plugins/DESCR +++ b/x11/xfce4-mcs-plugins/DESCR @@ -1 +1 @@ -Settings manager plugins for XFce4. +Settings manager plugins for Xfce. diff --git a/x11/xfce4-mcs-plugins/Makefile b/x11/xfce4-mcs-plugins/Makefile index 89e3af785a0..d33084a88c5 100644 --- a/x11/xfce4-mcs-plugins/Makefile +++ b/x11/xfce4-mcs-plugins/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2005/01/17 12:56:13 martti Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/09 07:09:05 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce-mcs-plugins-${XFCE4_VERSION} PKGNAME= xfce4-mcs-plugins-${XFCE4_VERSION} CATEGORIES= x11 -COMMENT= XFce4 settings manager plugins +COMMENT= Xfce settings manager plugins .include "../../x11/xfce4-mcs-manager/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |