mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Add LICENSE
- Convert Options helper - Add NO_ARCH
This commit is contained in:
parent
eb7c916685
commit
954d5ba3e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405427
@ -12,8 +12,14 @@ DISTNAME= pytvgrab-lib-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library to write grabbers of tv scheduling collections
|
||||
|
||||
LICENSE= GPLv2 # only
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= python:2 tar:bzip2
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
@ -23,7 +29,7 @@ post-extract:
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,python -c,${PYTHON_CMD} -c,' ${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user