diff --git a/graphics/cbview/Makefile b/graphics/cbview/Makefile index 5b8b3d335fa6..d9674d17c905 100644 --- a/graphics/cbview/Makefile +++ b/graphics/cbview/Makefile @@ -1,41 +1,41 @@ # New ports collection makefile for: cbview # Date created: 05 May 2004 # Whom: Mezz # # $FreeBSD$ # PORTNAME= cbview PORTVERSION= 0.06 PORTREVISION= 6 CATEGORIES= graphics perl5 -MASTER_SITES= http://elvine.org/code/cbview/ +MASTER_SITES= http://www.sourcefiles.org/Toys/Humor/ MAINTAINER= ports@FreeBSD.org COMMENT= A viewer/converter for CBR/CBZ comic book archives RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ unzip:${PORTSDIR}/archivers/unzip \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote NO_BUILD= yes USE_PERL5= yes PLIST_FILES= bin/${PORTNAME} PORTDOCS= COPYING Changes INSTALL README TODO post-patch: @${REINPLACE_CMD} -e 's|perl -w|env perl|g' \ ${WRKSRC}/${PORTNAME} do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include diff --git a/graphics/cbview/pkg-descr b/graphics/cbview/pkg-descr index e69af595e220..95e2aefea02d 100644 --- a/graphics/cbview/pkg-descr +++ b/graphics/cbview/pkg-descr @@ -1,4 +1,2 @@ CBView is a viewer/converter for CBR/CBZ comic book archives, written with gtk2-perl. - -WWW: http://elvine.org/code/cbview/