aboutsummaryrefslogtreecommitdiff
path: root/net-im/pwytter
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-06-23 07:39:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-06-23 07:39:42 +0000
commit3b1fc17911996f69e824a04905535f51cbb9040b (patch)
tree0b31bc93c0db3acf6a75f5694acedb77c78eac33 /net-im/pwytter
parentf2cf0ade3da419784f4d4252650cbf6a97c1ec6d (diff)
downloadports-3b1fc17911996f69e824a04905535f51cbb9040b.tar.gz
ports-3b1fc17911996f69e824a04905535f51cbb9040b.zip
Notes
Diffstat (limited to 'net-im/pwytter')
-rw-r--r--net-im/pwytter/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-im/pwytter/Makefile b/net-im/pwytter/Makefile
index 026a1deeae71..ad13f4c86b44 100644
--- a/net-im/pwytter/Makefile
+++ b/net-im/pwytter/Makefile
@@ -12,9 +12,11 @@ CATEGORIES= net-im www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-MAINTAINER= danfe@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A free multi-platform Twitter client written in Python
+LICENSE= GPLv2
+
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:${PORTSDIR}/devel/py-simplejson
@@ -45,7 +47,7 @@ post-patch: .SILENT
post-install:
# Install themes and media files where they belong
@${MKDIR} ${DATADIR}/media ${DATADIR}/theme
- @${INSTALL_DATA} ${WRKSRC}/media/* ${DATADIR}/media
- @${INSTALL_DATA} ${WRKSRC}/theme/* ${DATADIR}/theme
+ ${INSTALL_DATA} ${WRKSRC}/media/* ${DATADIR}/media
+ ${INSTALL_DATA} ${WRKSRC}/theme/* ${DATADIR}/theme
.include <bsd.port.mk>