diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2007-06-04 18:22:27 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2007-06-04 18:22:27 +0000 |
commit | bf6f8018d64f0395b381671e736c46cd35d567fc (patch) | |
tree | 3069a22825af110bedb46c3080419e533ee9546d | |
parent | Add actual COMMENT and pkg-descr. (diff) |
Replace COMMENT and pkg-descr from another port with description from
pkg-config file.
Noticed by: marcus
Notes
Notes:
svn path=/head/; revision=192728
-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 |