diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-11 20:29:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-11 20:29:17 +0800 |
commit | b7a8d4f24592f778c98ade1c32ce2d1869cc2626 (patch) | |
tree | 5ed11b59558283dc35a1eaf72c7b53a409027c74 /graphics | |
parent | 91d53424d6c2905e53f342daa3e217a337742024 (diff) | |
download | freebsd-ports-gnome-b7a8d4f24592f778c98ade1c32ce2d1869cc2626.tar.gz freebsd-ports-gnome-b7a8d4f24592f778c98ade1c32ce2d1869cc2626.tar.zst freebsd-ports-gnome-b7a8d4f24592f778c98ade1c32ce2d1869cc2626.zip |
Canonicalize some old USE_PY*
With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-stltools/Makefile | 5 | ||||
-rw-r--r-- | graphics/py-stltools/pkg-plist | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/graphics/py-stltools/Makefile b/graphics/py-stltools/Makefile index 07a62961d704..7532aa145ff2 100644 --- a/graphics/py-stltools/Makefile +++ b/graphics/py-stltools/Makefile @@ -15,9 +15,8 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYNUMPY} USES= zip -USE_PYTHON= YES -PYTHON_VERSION= python2.7 -USE_PYDISTUTILS= YES +USE_PYTHON= 2 +USE_PYDISTUTILS= yes DOCS= README.txt EXAMPLES= test/cube.stl test/cube_bin.stl diff --git a/graphics/py-stltools/pkg-plist b/graphics/py-stltools/pkg-plist index b5bd9e460db3..4254fa7bec6f 100644 --- a/graphics/py-stltools/pkg-plist +++ b/graphics/py-stltools/pkg-plist @@ -2,10 +2,6 @@ bin/stl2pdf bin/stl2pov bin/stl2ps bin/stlinfo -%%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/stltools/__init__.py %%PYTHON_SITELIBDIR%%/stltools/__init__.pyc %%PYTHON_SITELIBDIR%%/stltools/__init__.pyo @@ -28,6 +24,5 @@ bin/stlinfo %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube.stl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube_bin.stl @dirrm %%PYTHON_SITELIBDIR%%/stltools -@dirrm %%PYTHON_SITELIBDIR%%/stltools-3.2-py2.7.egg-info %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |