diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-02-06 11:55:12 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-02-06 11:55:12 +0000 |
commit | dba16d0462b106294fc05769120902ce8bf20774 (patch) | |
tree | a371097fd85518b221b6d622df32a245027dbb8d /deskutils/xfce4-xkb-plugin/Makefile | |
parent | dceb9848b79e03d1a8cc7521cd164a7934e72771 (diff) |
Lower-case the group name, not the entire image file name. This makes
"Display layout as image" work.
Notes
Notes:
svn path=/head/; revision=128133
Diffstat (limited to 'deskutils/xfce4-xkb-plugin/Makefile')
-rw-r--r-- | deskutils/xfce4-xkb-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index e31133ad9b01..7355bd6e2ae4 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-xkb-plugin PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ DIST_SUBDIR= xfce4 |