diff options
author | makc <makc@FreeBSD.org> | 2013-05-11 15:41:46 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-05-11 15:41:46 +0800 |
commit | ee04eaf783dbbe49ce82d5931e1f0fb5ccb1f72d (patch) | |
tree | 7d481ad82f97a5eacd1fdbd6ec7c72b27c7305ee | |
parent | b0379fd1af01cdb2e97d2835d9511dd58ef4ca7b (diff) | |
download | freebsd-ports-gnome-ee04eaf783dbbe49ce82d5931e1f0fb5ccb1f72d.tar.gz freebsd-ports-gnome-ee04eaf783dbbe49ce82d5931e1f0fb5ccb1f72d.tar.zst freebsd-ports-gnome-ee04eaf783dbbe49ce82d5931e1f0fb5ccb1f72d.zip |
Allow to build with python3
Simplify MASTER_SITES
Don't remove python shared directories
Prompted by: rm
-rw-r--r-- | science/pyteomics.biolccc/Makefile | 4 | ||||
-rw-r--r-- | science/pyteomics.biolccc/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/science/pyteomics.biolccc/Makefile b/science/pyteomics.biolccc/Makefile index b94be7eaaf84..e0ca72d7ce29 100644 --- a/science/pyteomics.biolccc/Makefile +++ b/science/pyteomics.biolccc/Makefile @@ -3,13 +3,13 @@ PORTNAME= pyteomics.biolccc PORTVERSION= 1.5.0 CATEGORIES= science python -MASTER_SITES= CHEESESHOP/source/p/${PORTNAME}/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= makc@FreeBSD.org COMMENT= Python bindings for BioLCCC -USE_PYTHON= 2.6+ +USE_PYTHON= yes USE_PYDISTUTILS= yes .include <bsd.port.mk> diff --git a/science/pyteomics.biolccc/pkg-plist b/science/pyteomics.biolccc/pkg-plist index 34f78a286e61..f057a5443d7b 100644 --- a/science/pyteomics.biolccc/pkg-plist +++ b/science/pyteomics.biolccc/pkg-plist @@ -6,5 +6,3 @@ %%PYTHON_SITELIBDIR%%/pyteomics/biolccc.pyc %%PYTHON_SITELIBDIR%%/pyteomics/biolccc.pyo @dirrmtry %%PYTHON_SITELIBDIR%%/pyteomics -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% |