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 | 2020bbfe3d4328c1145965067d88b62357b06e5a (patch) | |
tree | 6bc885b661b42f59adf4b358e91502a5761e99e0 /audio/xfce4-xmms-plugin | |
parent | 700c998a0b91885c4ce6a7188cca71d77f7f43d2 (diff) | |
download | pkgsrc-2020bbfe3d4328c1145965067d88b62357b06e5a.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 'audio/xfce4-xmms-plugin')
-rw-r--r-- | audio/xfce4-xmms-plugin/DESCR | 2 | ||||
-rw-r--r-- | audio/xfce4-xmms-plugin/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/xfce4-xmms-plugin/DESCR b/audio/xfce4-xmms-plugin/DESCR index 33e9e65907f..cc548f0b2f8 100644 --- a/audio/xfce4-xmms-plugin/DESCR +++ b/audio/xfce4-xmms-plugin/DESCR @@ -1 +1 @@ -XMMS plugin for XFce4. +XMMS plugin for Xfce. diff --git a/audio/xfce4-xmms-plugin/Makefile b/audio/xfce4-xmms-plugin/Makefile index cb2e791b73c..07e8ee9e624 100644 --- a/audio/xfce4-xmms-plugin/Makefile +++ b/audio/xfce4-xmms-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/23 07:23:56 martti Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/09 07:09:04 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -7,7 +7,7 @@ XFCE4_VERSION= 0.3.1 DISTNAME= xfce4-xmms-plugin-${XFCE4_VERSION} CATEGORIES= audio MASTER_SITES= http://download.berlios.de/xfce-goodies/ -COMMENT= XFce4 XMMS plugin +COMMENT= Xfce XMMS plugin EXTRACT_SUFX= .tar.bz2 |