From fcc9af44e1fbe3d04ac7eebe2fe847747863e064 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 8 Jan 2009 10:17:34 +0000 Subject: - Stop checking for python 2.1 - Does not try to remove directories owned by python port --- devel/py-grouch/Makefile | 8 +------- devel/py-grouch/pkg-plist | 2 -- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/devel/py-grouch/Makefile b/devel/py-grouch/Makefile index c0049441c9ae..d19c024e056c 100644 --- a/devel/py-grouch/Makefile +++ b/devel/py-grouch/Makefile @@ -20,12 +20,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Grouch -.include - -.if ${PYTHON_REL} < 220 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/compiler/__init__.py:${PORTSDIR}/lang/py-compiler -.endif - post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} @@ -39,4 +33,4 @@ post-install: @ ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif -.include +.include diff --git a/devel/py-grouch/pkg-plist b/devel/py-grouch/pkg-plist index bad98f011cd0..0efa30e2162d 100644 --- a/devel/py-grouch/pkg-plist +++ b/devel/py-grouch/pkg-plist @@ -40,5 +40,3 @@ bin/gen_schema %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%PYTHON_SITELIBDIR%%/grouch -@dirrm %%PYTHON_SITELIBDIR%% -@dirrm %%PYTHON_LIBDIR%% -- cgit