aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/jabber-pyaim
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-03-13 19:27:29 +0800
committeredwin <edwin@FreeBSD.org>2008-03-13 19:27:29 +0800
commitd8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7 (patch)
tree913484e87ae07c5bc57ba599fbdb6a2db47c00f5 /net-im/jabber-pyaim
parent03e401cf11fa9c26ab4cfd1c3eca67403879d771 (diff)
downloadfreebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.tar.gz
freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.tar.zst
freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.zip
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
Diffstat (limited to 'net-im/jabber-pyaim')
-rw-r--r--net-im/jabber-pyaim/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/jabber-pyaim/Makefile b/net-im/jabber-pyaim/Makefile
index 6a9442ce4c3a..0c6ad769b126 100644
--- a/net-im/jabber-pyaim/Makefile
+++ b/net-im/jabber-pyaim/Makefile
@@ -8,7 +8,7 @@
PORTNAME= pyaim
PORTVERSION= 0.8a
CATEGORIES= net-im
-MASTER_SITES= http://pyaimt.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= jabber-
PKGNAMESUFFIX= -transport
DISTNAME= ${PORTNAME}-t-${PORTVERSION}
@@ -17,6 +17,8 @@ DIST_SUBDIR= jabber
MAINTAINER= takeda@takeda.tk
COMMENT= Python AIM-Transport for Jabber
+PROJECTHOST= pyaimt
+
OPTIONS= EJABBERD "Use transport with ejabberd" off \
TWISTED1 "Use old py-twisted 1.x" off