diff options
author | danfe <danfe@FreeBSD.org> | 2011-06-23 15:39:42 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-06-23 15:39:42 +0800 |
commit | 8970b987e39b49249306ef46c19819e57531656b (patch) | |
tree | b1152edd66eacb052364395c3114507b38376ffd /net-im | |
parent | c39c3e505e1b6942925029ccc8c624c052862ef6 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |