svn commit: r351099 - head/games/py-sgflib
Pawel Pekala
pawel at FreeBSD.org
Sat Apr 12 14:24:34 UTC 2014
Author: pawel
Date: Sat Apr 12 14:24:34 2014
New Revision: 351099
URL: http://svnweb.freebsd.org/changeset/ports/351099
QAT: https://qat.redports.org/buildarchive/r351099/
Log:
- Add staging support
- Fix letter capitalization in COMMENT
- Remove Author tag from pkg-descr
Modified:
head/games/py-sgflib/Makefile
head/games/py-sgflib/pkg-descr
Modified: head/games/py-sgflib/Makefile
==============================================================================
--- head/games/py-sgflib/Makefile Sat Apr 12 14:23:33 2014 (r351098)
+++ head/games/py-sgflib/Makefile Sat Apr 12 14:24:34 2014 (r351099)
@@ -10,15 +10,15 @@ DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports at 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>
Modified: head/games/py-sgflib/pkg-descr
==============================================================================
--- head/games/py-sgflib/pkg-descr Sat Apr 12 14:23:33 2014 (r351098)
+++ head/games/py-sgflib/pkg-descr Sat Apr 12 14:24:34 2014 (r351099)
@@ -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 at python.org>
WWW: http://gotools.sourceforge.net/sgflib/
More information about the svn-ports-all
mailing list