1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Add staging support

- Fix letter capitalization in COMMENT
- Remove Author tag from pkg-descr
This commit is contained in:
Pawel Pekala 2014-04-12 14:24:34 +00:00
parent ab14c723ad
commit 87cfa96f18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351099
2 changed files with 4 additions and 5 deletions

View File

@ -10,15 +10,15 @@ DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Smart Game Format Parser Library for Python
COMMENT= Smart Game Format parser library for Python
USE_PYTHON= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sgflib.py ${PYTHON_SITELIBDIR}
${INSTALL_SCRIPT} ${WRKSRC}/typelib.py ${PYTHON_SITELIBDIR}
@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
(cd ${WRKSRC} && ${INSTALL_SCRIPT} sgflib.py typelib.py \
${STAGEDIR}${PYTHON_SITELIBDIR})
.include <bsd.port.mk>

View File

@ -1,5 +1,4 @@
Sgflib is a python module containing a parser and classes for SGF, the
Smart Game Format. It is a part of the Go Tools Project.
Author: David John Goodger <goodger@python.org>
WWW: http://gotools.sourceforge.net/sgflib/