aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2011-06-23 15:39:42 +0800
committerdanfe <danfe@FreeBSD.org>2011-06-23 15:39:42 +0800
commit8970b987e39b49249306ef46c19819e57531656b (patch)
treeb1152edd66eacb052364395c3114507b38376ffd /net-im
parentc39c3e505e1b6942925029ccc8c624c052862ef6 (diff)
downloadfreebsd-ports-gnome-8970b987e39b49249306ef46c19819e57531656b.tar.gz
freebsd-ports-gnome-8970b987e39b49249306ef46c19819e57531656b.tar.zst
freebsd-ports-gnome-8970b987e39b49249306ef46c19819e57531656b.zip
- Add LICENSE (GPLv2)
- Unmute data installation commands - Relinquish as I no longer use it
Diffstat (limited to 'net-im')
-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>