mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix dependency line
- Use PLIST_FILES PR: ports/83744 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
This commit is contained in:
parent
803a63bc97
commit
c337ac62fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139626
2 changed files with 6 additions and 5 deletions
|
@ -15,7 +15,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
|
||||||
MAINTAINER= marcus@corp.grupos.com.br
|
MAINTAINER= marcus@corp.grupos.com.br
|
||||||
COMMENT= Python implementation of SPF
|
COMMENT= Python implementation of SPF
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns
|
||||||
|
|
||||||
DIST_SUBDIR= python
|
DIST_SUBDIR= python
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
@ -23,6 +23,11 @@ USE_PYDISTUTILS=yes
|
||||||
|
|
||||||
DOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME}
|
DOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||||
|
|
||||||
|
PLIST_FILES= bin/spf.py \
|
||||||
|
%%PYTHON_SITELIBDIR%%/spf.py \
|
||||||
|
%%PYTHON_SITELIBDIR%%/spf.pyc \
|
||||||
|
%%PYTHON_SITELIBDIR%%/spf.pyo
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
bin/spf.py
|
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/spf.py
|
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/spf.pyc
|
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/spf.pyo
|
|
Loading…
Add table
Reference in a new issue