diff options
author | gdt <gdt@pkgsrc.org> | 2012-02-14 23:11:47 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-02-14 23:11:47 +0000 |
commit | 74fe08ace100dc3f2800e44c3b8b9a963e62d37e (patch) | |
tree | 5467edb7588a4f21954e9dabacc59847f7415ac8 | |
parent | ea07096d27a274c5ef03f21db6e28412766770a1 (diff) | |
download | pkgsrc-74fe08ace100dc3f2800e44c3b8b9a963e62d37e.tar.gz |
Fix HOMEPAGE, COMMENT.
-rw-r--r-- | textproc/libunistring/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libunistring/Makefile b/textproc/libunistring/Makefile index b462ec0adf3..0842b3f0759 100644 --- a/textproc/libunistring/Makefile +++ b/textproc/libunistring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/02/14 23:06:50 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2012/02/14 23:11:47 gdt Exp $ # DISTNAME= libunistring-0.9.3 @@ -6,8 +6,8 @@ CATEGORIES= textproc MASTER_SITES= http://ftp.gnu.org/gnu/libunistring/ MAINTAINER= gdt@NetBSD.org -HOMEPAGE= http://ftp.gnu.org/gnu/libunistring/ -COMMENT= TODO: Short description of the package +HOMEPAGE= http://www.gnu.org/software/libunistring/ +COMMENT= Unicode string library LICENSE= gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir |