aboutsummaryrefslogtreecommitdiff
path: root/games/py-sgflib
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-12 14:24:34 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-12 14:24:34 +0000
commit87cfa96f180b04d7faf34566a7c29e7cf22ac590 (patch)
treebc75918e6e4af7adc478626dff65951783454039 /games/py-sgflib
parentab14c723ad25b07f499d06e7dade4143bd741d35 (diff)
downloadports-87cfa96f180b04d7faf34566a7c29e7cf22ac590.tar.gz
ports-87cfa96f180b04d7faf34566a7c29e7cf22ac590.zip
- Add staging support
- Fix letter capitalization in COMMENT - Remove Author tag from pkg-descr
Notes
Notes: svn path=/head/; revision=351099
Diffstat (limited to 'games/py-sgflib')
-rw-r--r--games/py-sgflib/Makefile8
-rw-r--r--games/py-sgflib/pkg-descr1
2 files changed, 4 insertions, 5 deletions
diff --git a/games/py-sgflib/Makefile b/games/py-sgflib/Makefile
index 1a5e45b61e03..af315c1a0afd 100644
--- a/games/py-sgflib/Makefile
+++ b/games/py-sgflib/Makefile
@@ -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>
diff --git a/games/py-sgflib/pkg-descr b/games/py-sgflib/pkg-descr
index bfda412a7bc8..47867dba066f 100644
--- a/games/py-sgflib/pkg-descr
+++ b/games/py-sgflib/pkg-descr
@@ -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/