diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:26:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:26:22 +0000 |
commit | fc4ecfafca72d07914f82bd67c1ae6f8cfa719f6 (patch) | |
tree | d51edc6ac462e5308f92029b151c34ce69056149 /net-im | |
parent | f51eb0ef10c85ec3823126fb69573241fd4a58bb (diff) | |
download | ports-fc4ecfafca72d07914f82bd67c1ae6f8cfa719f6.tar.gz ports-fc4ecfafca72d07914f82bd67c1ae6f8cfa719f6.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libmsn/Makefile | 8 | ||||
-rw-r--r-- | net-im/libmsn/pkg-descr | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-im/libmsn/Makefile b/net-im/libmsn/Makefile index 69d20251f75b..d999a6e3b294 100644 --- a/net-im/libmsn/Makefile +++ b/net-im/libmsn/Makefile @@ -10,11 +10,9 @@ PORTNAME= libmsn PORTVERSION= 3.2 PORTREVISION= 2 CATEGORIES= net-im -MASTER_SITES= http://libmsn.bdash.net.nz/files/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= decept0@gmail.com COMMENT= A library for connecting to MSN Messenger service LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl @@ -26,7 +24,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif .include <bsd.port.post.mk> diff --git a/net-im/libmsn/pkg-descr b/net-im/libmsn/pkg-descr index d0c621516929..351a810d2499 100644 --- a/net-im/libmsn/pkg-descr +++ b/net-im/libmsn/pkg-descr @@ -12,4 +12,4 @@ that it supports the following features: * Typing notifications. * File transfers. -WWW: http://libmsn.bdash.net.nz/ +WWW: http://sourceforge.net/projects/libmsn/ |