diff options
Diffstat (limited to 'devel/mercurial/Makefile')
-rw-r--r-- | devel/mercurial/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index f31b33431885..5612129bfe83 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mercurial -PORTVERSION= 0.9.5 +PORTVERSION= 1.0 CATEGORIES= devel python MASTER_SITES= http://www.selenic.com/mercurial/release/ @@ -19,7 +19,6 @@ USE_PYDISTUTILS=yes CONTRIB_FILES= bash_completion \ convert-repo \ darcs2hg.py \ - favicon.ico \ hg-ssh \ hgdiff \ hgk \ @@ -42,7 +41,7 @@ CONTRIB_FILES= bash_completion \ DOCS= CONTRIBUTORS COPYING README doc/*.txt doc/*.html -MAN1= hg.1 hgmerge.1 +MAN1= hg.1 MAN5= hgignore.5 hgrc.5 PKGMESSAGE= ${WRKDIR}/MESSAGE |