Tue Feb 14 23:11:47 2012 UTC ()
Fix HOMEPAGE, COMMENT.


(gdt)
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/libunistring/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/libunistring/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/libunistring/Makefile 2012/02/14 23:06:50 1.1.1.1
+++ pkgsrc/textproc/libunistring/Makefile 2012/02/14 23:11:47 1.2
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.1.1.1 2012/02/14 23:06:50 gdt Exp $ 1# $NetBSD: Makefile,v 1.2 2012/02/14 23:11:47 gdt Exp $
2# 2#
3 3
4DISTNAME= libunistring-0.9.3 4DISTNAME= libunistring-0.9.3
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://ftp.gnu.org/gnu/libunistring/ 6MASTER_SITES= http://ftp.gnu.org/gnu/libunistring/
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= http://ftp.gnu.org/gnu/libunistring/ 9HOMEPAGE= http://www.gnu.org/software/libunistring/
10COMMENT= TODO: Short description of the package 10COMMENT= Unicode string library
11LICENSE= gnu-lgpl-v3 11LICENSE= gnu-lgpl-v3
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17INFO_FILES= yes 17INFO_FILES= yes
18 18
19CONFIGURE_ARGS+= --infodir=${PREFIX}/info 19CONFIGURE_ARGS+= --infodir=${PREFIX}/info
20 20
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"