From 2b56e2dadac8124bca1e121bac74225d54ad82ae Mon Sep 17 00:00:00 2001
From: Michael Haro <mharo@FreeBSD.org>
Date: Mon, 20 Mar 2000 21:27:31 +0000
Subject: move variables around (portlint)

---
 www/webcopy/Makefile  | 19 ++++++++++---------
 www/webcopy/pkg-descr |  2 ++
 2 files changed, 12 insertions(+), 9 deletions(-)

(limited to 'www/webcopy')

diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile
index c9658f0e5a93..9a4744b300d8 100644
--- a/www/webcopy/Makefile
+++ b/www/webcopy/Makefile
@@ -6,17 +6,18 @@
 # $FreeBSD$
 #
 
-# WWW site: http://www.inf.utfsm.cl/~vparada/webcopy.html
+DISTNAME=	webcopy
+PKGNAME=	${DISTNAME}-${VERSION}
+CATEGORIES=	www
+MASTER_SITES=	ftp://ftp.inf.utfsm.cl/pub/utfsm/perl/
+EXTRACT_SUFX=	.tgz
 
-DISTNAME=       webcopy-0.98b7
-CATEGORIES=     www
-MASTER_SITES=   ftp://ftp.inf.utfsm.cl/pub/utfsm/perl/
-DISTFILES=      webcopy.tgz
+MAINTAINER=	ports@FreeBSD.org
 
-MAINTAINER=     ports@FreeBSD.org
-
-NO_PACKAGE= "This program cannot be distributed if modified in any way"
-NO_CDROM= "Don't sell for profit without written permission"
+NO_PACKAGE=	"This program cannot be distributed if modified in any way"
+NO_CDROM=	"Don't sell for profit without written permission"
+WRKSRC=		${WRKDIR}/${PKGNAME}
+VERSION=	0.98b7
 ALL_TARGET=
 
 do-install:
diff --git a/www/webcopy/pkg-descr b/www/webcopy/pkg-descr
index deed046fd3bb..bee3f05ad81e 100644
--- a/www/webcopy/pkg-descr
+++ b/www/webcopy/pkg-descr
@@ -4,3 +4,5 @@ references, i.e. inlined images and/or anchors, if specified with an option.
 
 It can be used as a "mirror" program to retrieve a tree of documents from a
 remote site, and put them on-line immediately through the local server.
+
+WWW: http://www.inf.utfsm.cl/~vparada/webcopy.html
-- 
cgit v1.2.3