diff options
author | pav <pav@FreeBSD.org> | 2009-01-08 18:17:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-08 18:17:34 +0800 |
commit | fcc9af44e1fbe3d04ac7eebe2fe847747863e064 (patch) | |
tree | c10ad502c6a4e6a865952970d81b06e88ea1a229 | |
parent | 8ca2ff783ef42a966c8afb9cfc8b2b30cef5700f (diff) | |
download | freebsd-ports-gnome-fcc9af44e1fbe3d04ac7eebe2fe847747863e064.tar.gz freebsd-ports-gnome-fcc9af44e1fbe3d04ac7eebe2fe847747863e064.tar.zst freebsd-ports-gnome-fcc9af44e1fbe3d04ac7eebe2fe847747863e064.zip |
- Stop checking for python 2.1
- Does not try to remove directories owned by python port
-rw-r--r-- | devel/py-grouch/Makefile | 8 | ||||
-rw-r--r-- | devel/py-grouch/pkg-plist | 2 |
2 files changed, 1 insertions, 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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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%% |