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-clipman-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-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/DESCR | 2 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfce4-clipman-plugin/DESCR b/x11/xfce4-clipman-plugin/DESCR index 27baa458049..f37886152da 100644 --- a/x11/xfce4-clipman-plugin/DESCR +++ b/x11/xfce4-clipman-plugin/DESCR @@ -1 +1 @@ -Clipboard plugin for XFce4. +Clipboard plugin for Xfce. diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index bd6810e1958..ffd0548899c 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/10/08 06:23:36 martti Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/09 07:09:05 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -7,7 +7,7 @@ XFCE4_VERSION= 0.4.1 DISTNAME= xfce4-clipman-plugin-${XFCE4_VERSION} CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/xfce-goodies/ -COMMENT= XFce4 clipboard plugin +COMMENT= Xfce clipboard plugin .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |