From 2c9de94b8a02f1fc191b2aa9d4aef34120585ab2 Mon Sep 17 00:00:00 2001 From: roberto Date: Wed, 26 Apr 2006 13:12:57 +0000 Subject: Fix the broken plist (@dirrm was missing). Submitted by: krisbot --- devel/mercurial/Makefile | 2 -- devel/mercurial/pkg-plist | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'devel') 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 -- cgit