aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber-pymsn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jabber-pymsn/Makefile')
-rw-r--r--net-im/jabber-pymsn/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/net-im/jabber-pymsn/Makefile b/net-im/jabber-pymsn/Makefile
index 6dd4af780e6e..71978e9bf1e4 100644
--- a/net-im/jabber-pymsn/Makefile
+++ b/net-im/jabber-pymsn/Makefile
@@ -6,8 +6,11 @@
PORTNAME= pymsn
PORTVERSION= 0.11a
+PORTREVISION= 1
CATEGORIES= net-im
-MASTER_SITES= http://msn-transport.jabberstudio.org/tarballs/
+MASTER_SITES= http://msn-transport.jabberstudio.org/tarballs/ \
+ ${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR= distfiles
PKGNAMEPREFIX= jabber-
PKGNAMESUFFIX= -transport
DISTNAME= ${PORTNAME}t-${PORTVERSION}
@@ -39,16 +42,18 @@ PORTDOCS= COPYING README TODO
.if defined(WITH_EJABBERD)
JABBER_USER?= ejabberd
+SUB_LIST+= JABBER_REQUIRE=ejabberd
.else
JABBER_USER?= jabber
+SUB_LIST+= JABBER_REQUIRE=jabberd
.endif
+SUB_LIST+= JABBER_USER=${JABBER_USER}
+
.if !defined(WITHOUT_X11)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
.endif
-SUB_LIST+= JABBER_USER=${JABBER_USER}
-
post-extract:
@${FIND} ${WRKSRC}/ -type d \( -name CVS -or -name .svn \) | ${XARGS} ${RM} -rf