diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-07 01:34:25 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-07 01:34:25 +0000 |
commit | b895b2553f6c9af19c305f0e03de50a00d834e6d (patch) | |
tree | 86013d0fce485717e1df756dde14e9d42f5f1b59 /devel/mercurial | |
parent | - remove backup file left after patch and fix build (diff) |
- fix build and unbreak this port
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 2 | ||||
-rw-r--r-- | devel/mercurial/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index d4799fce170e..b154b009795e 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://www.selenic.com/mercurial/release/ MAINTAINER= ports@FreeBSD.org COMMENT= A fast, lightweight source control management system -BROKEN= Incomplete pkg-plist - USE_PYTHON= 2.3+ USE_PYDISTUTILS=yes diff --git a/devel/mercurial/pkg-plist b/devel/mercurial/pkg-plist index 50867566e917..bbe9a7b8ad6b 100644 --- a/devel/mercurial/pkg-plist +++ b/devel/mercurial/pkg-plist @@ -63,6 +63,7 @@ bin/hgmerge %%PYTHON_SITELIBDIR%%/mercurial/templates/map-raw %%PYTHON_SITELIBDIR%%/mercurial/templates/map-rss %%PYTHON_SITELIBDIR%%/mercurial/templates/search.tmpl +%%PYTHON_SITELIBDIR%%/mercurial/templates/tags.tmpl %%PYTHON_SITELIBDIR%%/mercurial/transaction.py %%PYTHON_SITELIBDIR%%/mercurial/transaction.pyc %%PYTHON_SITELIBDIR%%/mercurial/transaction.pyo |