mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix USES=python: does not work with Python 3
- Add NO_ARCH - Remove PROJECTHOST - Use USE_PYTHON=autoplist - Remove PYDISTUTILS_PKGNAME
This commit is contained in:
parent
240b5deff9
commit
2d2cda271c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432275
2 changed files with 4 additions and 10 deletions
|
@ -10,12 +10,9 @@ DISTNAME= sitemap_gen_${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Script to analyze web server and generate Google Sitemap files
|
||||
|
||||
PROJECTHOST= sitemap-generators
|
||||
|
||||
NO_WRKSUBDIR=
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
PYDISTUTILS_PKGNAME= sitemap_gen
|
||||
NO_ARCH= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USES= python:2
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
%%PYTHON_SITELIBDIR%%/sitemap_gen.py
|
||||
%%PYTHON_SITELIBDIR%%/sitemap_gen.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sitemap_gen.pyo
|
Loading…
Add table
Reference in a new issue