diff options
author | roberto <roberto@FreeBSD.org> | 2006-04-26 21:12:57 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2006-04-26 21:12:57 +0800 |
commit | 2c9de94b8a02f1fc191b2aa9d4aef34120585ab2 (patch) | |
tree | ad91818b542b0437cb17c8eaa1c4b219020b024e | |
parent | 775087cd45567780a32441a82276a4bfa6eacc30 (diff) | |
download | freebsd-ports-gnome-2c9de94b8a02f1fc191b2aa9d4aef34120585ab2.tar.gz freebsd-ports-gnome-2c9de94b8a02f1fc191b2aa9d4aef34120585ab2.tar.zst freebsd-ports-gnome-2c9de94b8a02f1fc191b2aa9d4aef34120585ab2.zip |
Fix the broken plist (@dirrm was missing).
Submitted by: krisbot
-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 c6bc88cc0d87..7737641c2d76 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://www.selenic.com/mercurial/release/ MAINTAINER= roberto@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 49500c8ecae9..c54dccb1ffee 100644 --- a/devel/mercurial/pkg-plist +++ b/devel/mercurial/pkg-plist @@ -171,6 +171,7 @@ bin/hgmerge %%PYTHON_SITELIBDIR%%/mercurial/version.py %%PYTHON_SITELIBDIR%%/mercurial/version.pyc %%PYTHON_SITELIBDIR%%/mercurial/version.pyo +@dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates/static @dirrm %%PYTHON_SITELIBDIR%%/mercurial/templates @dirrm %%PYTHON_SITELIBDIR%%/mercurial @dirrm %%PYTHON_SITELIBDIR%%/hgext |