Fri Sep 14 14:31:39 2012 UTC ()
Better point to the index page rather than wiki.
>From Snader_LB via IRC.


(asau)
diff -r1.76 -r1.77 pkgsrc/devel/mercurial/Makefile

cvs diff -r1.76 -r1.77 pkgsrc/devel/mercurial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mercurial/Makefile 2012/09/02 10:02:49 1.76
+++ pkgsrc/devel/mercurial/Makefile 2012/09/14 14:31:39 1.77
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.76 2012/09/02 10:02:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.77 2012/09/14 14:31:39 asau Exp $
2# 2#
3 3
4DISTNAME= mercurial-2.3.1 4DISTNAME= mercurial-2.3.1
5CATEGORIES= devel scm 5CATEGORIES= devel scm
6MASTER_SITES= http://mercurial.selenic.com/release/ 6MASTER_SITES= http://mercurial.selenic.com/release/
7 7
8MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= http://mercurial.selenic.com/wiki/ 9HOMEPAGE= http://mercurial.selenic.com/
10COMMENT= Fast, lightweight source control management system 10COMMENT= Fast, lightweight source control management system
11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
12 12
13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18USE_TOOLS+= gmake msgfmt 18USE_TOOLS+= gmake msgfmt
19 19
20INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 20INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
21INSTALLATION_DIRS+= share/doc/mercurial 21INSTALLATION_DIRS+= share/doc/mercurial
22 22