diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-08-13 06:47:33 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-08-13 06:47:33 +0000 |
commit | 6f9f207fbe7f0a901d783cf7460df31c933705f1 (patch) | |
tree | 160116acef52fa1ca84b01f8db96c31b2f687c26 /net-p2p/lopster | |
parent | 789a6223b0b12c734346c01d1b606c114100f923 (diff) | |
download | ports-6f9f207fbe7f0a901d783cf7460df31c933705f1.tar.gz ports-6f9f207fbe7f0a901d783cf7460df31c933705f1.zip |
Notes
Diffstat (limited to 'net-p2p/lopster')
-rw-r--r-- | net-p2p/lopster/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 737c682e5ecb..ec25fcfad5e9 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -7,16 +7,13 @@ PORTNAME= lopster PORTVERSION= 1.2.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MASTER_SITES= SF \ http://lopster.sourceforge.net/download/ -DEPRECATED= Napser service is not working anymore -EXPIRATION_DATE= 2011-09-01 - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK+ client for Napster +MAINTAINER= conrads@cox.net +COMMENT= GTK+ client for Napster and free alternatives GNU_CONFIGURE= yes USE_GMAKE= yes @@ -50,5 +47,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s/www.naplist.com/www.gotnap.com/" \ + ${WRKSRC}/src/lopster.h .include <bsd.port.post.mk> |