summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-11 09:00:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-11 09:00:23 +0000
commita80f63054b01d07632cb15531e86eed367829913 (patch)
tree4bb4a3f54a5804f40c1b5ef1db486b9201d58944
parent- Add LICENSE (diff)
- Add LICENSE
- Add NO_ARCH - Fix PYTHON_SITELIBDIR vs. PYTHONPREFIX_SITELIBDIR misuse - Unsilence installation - Update WWW
Notes
Notes: svn path=/head/; revision=445482
-rw-r--r--www/py-mt/Makefile8
-rw-r--r--www/py-mt/pkg-descr2
2 files changed, 7 insertions, 3 deletions
diff --git a/www/py-mt/Makefile b/www/py-mt/Makefile
index 2dd699be97a4..206e620c5b46 100644
--- a/www/py-mt/Makefile
+++ b/www/py-mt/Makefile
@@ -11,12 +11,16 @@ DISTNAME= PyMT-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module which provides Movable Type XML-RPC connectivity
+LICENSE= PSFL # says License: python
+
USES= python:2
NO_BUILD= yes
+NO_ARCH= yes
+
PLIST_FILES= %%PYTHON_SITELIBDIR%%/PyMT.py
do-install:
- @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
- @${INSTALL_DATA} ${WRKSRC}/PyMT.py ${STAGEDIR}${PYTHON_SITELIBDIR}
+ @${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+ ${INSTALL_DATA} ${WRKSRC}/PyMT.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
.include <bsd.port.mk>
diff --git a/www/py-mt/pkg-descr b/www/py-mt/pkg-descr
index be752fa83ac6..7ab49c17de80 100644
--- a/www/py-mt/pkg-descr
+++ b/www/py-mt/pkg-descr
@@ -9,4 +9,4 @@ about trackback pings. Every XML-RPC method is accessed using a PyMT method
with exactly the same name. PyMT is basically just a light wrapper, which
hides the xml-rpc part of the work.
-WWW: http://pymt.sourceforge.net/
+WWW: https://sourceforge.net/projects/pymt/