diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 05:27:31 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 05:27:31 +0800 |
commit | 6fe21327a860ecc9e839acf9d7d7cd9faa6241a2 (patch) | |
tree | 94392867f208c6af72d4e7f484e6eb0ab2aae508 /www | |
parent | 505b7f26a4f6b555f68f531a6c204b4d2c87b86b (diff) | |
download | freebsd-ports-gnome-6fe21327a860ecc9e839acf9d7d7cd9faa6241a2.tar.gz freebsd-ports-gnome-6fe21327a860ecc9e839acf9d7d7cd9faa6241a2.tar.zst freebsd-ports-gnome-6fe21327a860ecc9e839acf9d7d7cd9faa6241a2.zip |
move variables around (portlint)
Diffstat (limited to 'www')
-rw-r--r-- | www/webcopy/Makefile | 19 | ||||
-rw-r--r-- | www/webcopy/pkg-descr | 2 |
2 files changed, 12 insertions, 9 deletions
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 |