diff options
author | lesi <lesi@FreeBSD.org> | 2007-06-05 02:22:27 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2007-06-05 02:22:27 +0800 |
commit | fc6835d8a2a68dd0b5fcf835f7b0294261a835c7 (patch) | |
tree | 2d7b75de1cdb1229bcfb27d1b6e50741b110a094 /x11 | |
parent | bbac1e6da6b48487512cf7fc15b0254d28f2c266 (diff) | |
download | freebsd-ports-gnome-fc6835d8a2a68dd0b5fcf835f7b0294261a835c7.tar.gz freebsd-ports-gnome-fc6835d8a2a68dd0b5fcf835f7b0294261a835c7.tar.zst freebsd-ports-gnome-fc6835d8a2a68dd0b5fcf835f7b0294261a835c7.zip |
Replace COMMENT and pkg-descr from another port with description from
pkg-config file.
Noticed by: marcus
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxkbui/Makefile | 2 | ||||
-rw-r--r-- | x11/libxkbui/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxkbui/Makefile b/x11/libxkbui/Makefile index 1807dabd57ab..eeced2ca5392 100644 --- a/x11/libxkbui/Makefile +++ b/x11/libxkbui/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org -COMMENT= XKB file library +COMMENT= The xkbui library XORG_CAT= lib USE_XORG= x11 xt xkbfile kbproto diff --git a/x11/libxkbui/pkg-descr b/x11/libxkbui/pkg-descr index f8549ce6ce20..bb040797feab 100644 --- a/x11/libxkbui/pkg-descr +++ b/x11/libxkbui/pkg-descr @@ -1,4 +1,4 @@ -This package contains the XKB file library. +This package contains the xkbui library. WWW: http://www.freedesktop.org/Software/xorg |