diff options
Diffstat (limited to 'www/larbin')
-rw-r--r-- | www/larbin/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/larbin/Makefile b/www/larbin/Makefile index 36a39eb9665b..f6fdbe47d1e6 100644 --- a/www/larbin/Makefile +++ b/www/larbin/Makefile @@ -9,15 +9,16 @@ PORTNAME= larbin PORTVERSION= 2.6.3 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/larbin/ \ - http://prdownloads.sourceforge.net/larbin/ +MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/larbin/ -MAINTAINER= hmp@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A powerful HTTP crawler with an easy interface BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ makedepend:${X_IMAKE_PORT} +BROKEN= Unfetchable + USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes |