- Fix pkg-plist when Python version is >= 3.2 [1]
- Remove indefinite article from COMMENT - Fix format of WWW field in pkg-descr Reported by: eadler (via private email) [1]
This commit is contained in:
parent
fb52119d8e
commit
d0f6dca404
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322463
2 changed files with 9 additions and 3 deletions
|
@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
DISTNAME= Pygments-${PORTVERSION}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= A syntax highlighter written in Python
|
||||
COMMENT= Syntax highlighter written in Python
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
|
@ -36,4 +36,10 @@ post-install:
|
|||
@cd ${WRKSRC}/docs/build && ${COPYTREE_SHARE} . ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} >= 320
|
||||
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -10,4 +10,4 @@ source code. Highlights are:
|
|||
* a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
|
||||
* it is usable as a command-line tool and as a library
|
||||
|
||||
WWW: http://pygments.org/
|
||||
WWW: http://pygments.org/
|
||||
|
|
Loading…
Reference in a new issue