diff options
author | martti <martti> | 2005-11-09 07:09:04 +0000 |
---|---|---|
committer | martti <martti> | 2005-11-09 07:09:04 +0000 |
commit | 689553d80b84698cf28ccf9fa35cee67b8ffd1fa (patch) | |
tree | 6bc885b661b42f59adf4b358e91502a5761e99e0 /x11/xfce4-windowlist-plugin | |
parent | 9d143b9734d8409e0f71b7db758ef779954a4668 (diff) | |
download | pkgsrc-689553d80b84698cf28ccf9fa35cee67b8ffd1fa.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-windowlist-plugin')
-rw-r--r-- | x11/xfce4-windowlist-plugin/DESCR | 2 | ||||
-rw-r--r-- | x11/xfce4-windowlist-plugin/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfce4-windowlist-plugin/DESCR b/x11/xfce4-windowlist-plugin/DESCR index 7e79b37f9ec..f07e423555b 100644 --- a/x11/xfce4-windowlist-plugin/DESCR +++ b/x11/xfce4-windowlist-plugin/DESCR @@ -1 +1 @@ -Window list plugin for XFce4. +Window list plugin for Xfce. diff --git a/x11/xfce4-windowlist-plugin/Makefile b/x11/xfce4-windowlist-plugin/Makefile index 890b40e0cd1..8106f2e19fd 100644 --- a/x11/xfce4-windowlist-plugin/Makefile +++ b/x11/xfce4-windowlist-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:39 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/09 07:09:06 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -8,7 +8,7 @@ DISTNAME= xfce4-windowlist-plugin-${XFCE4_VERSION} PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://download.berlios.de/xfce-goodies/ -COMMENT= XFce4 window list plugin +COMMENT= Xfce window list plugin WRKSRC= ${WRKDIR}/xfce4-windowlist-plugin |