diff options
author | roberto <roberto@FreeBSD.org> | 2009-05-12 21:53:32 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2009-05-12 21:53:32 +0800 |
commit | be8d19b1fdf63e0422b324654b88a2bdaf8f4fe1 (patch) | |
tree | b4c9091765d66058d632ca8e2580154fd7c8000e | |
parent | 30796b72e2895ff7cf8ca6d21180ca16e4d4bdf5 (diff) | |
download | freebsd-ports-gnome-be8d19b1fdf63e0422b324654b88a2bdaf8f4fe1.tar.gz freebsd-ports-gnome-be8d19b1fdf63e0422b324654b88a2bdaf8f4fe1.tar.zst freebsd-ports-gnome-be8d19b1fdf63e0422b324654b88a2bdaf8f4fe1.zip |
Put back plist as it should. The port now uses gettext, record that.
Remove BROKEN.
Submitted by: Yuri Ryazantsev <yuri@unix.ru>
-rw-r--r-- | devel/mercurial/Makefile | 3 | ||||
-rw-r--r-- | devel/mercurial/pkg-plist | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 0867d0ff6f55..28cc71211d66 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= http://www.selenic.com/mercurial/release/ MAINTAINER= roberto@FreeBSD.org COMMENT= A fast, lightweight source control management system -BROKEN= bad plist - +USE_GETTEXT= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS=yes PYDISTUTILS_NOEGGINFO= yes diff --git a/devel/mercurial/pkg-plist b/devel/mercurial/pkg-plist index a5321160da43..422f389dc4cf 100644 --- a/devel/mercurial/pkg-plist +++ b/devel/mercurial/pkg-plist @@ -261,6 +261,10 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/keepalive.py %%PYTHON_SITELIBDIR%%/mercurial/keepalive.pyc %%PYTHON_SITELIBDIR%%/mercurial/keepalive.pyo +%%PYTHON_SITELIBDIR%%/mercurial/locale/da/LC_MESSAGES/hg.mo +%%PYTHON_SITELIBDIR%%/mercurial/locale/ja/LC_MESSAGES/hg.mo +%%PYTHON_SITELIBDIR%%/mercurial/locale/zh/LC_MESSAGES/hg.mo +%%PYTHON_SITELIBDIR%%/mercurial/locale/it/LC_MESSAGES/hg.mo %%PYTHON_SITELIBDIR%%/mercurial/localrepo.py %%PYTHON_SITELIBDIR%%/mercurial/localrepo.pyc %%PYTHON_SITELIBDIR%%/mercurial/localrepo.pyo |