diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/webcopy | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/webcopy')
-rw-r--r-- | www/webcopy/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile index 9a4744b300d8..8941b5214be8 100644 --- a/www/webcopy/Makefile +++ b/www/webcopy/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: webcopy -# Version required: 0.98b7 # Date created: 14 Sep 1996 # Whom: ache # # $FreeBSD$ # -DISTNAME= webcopy -PKGNAME= ${DISTNAME}-${VERSION} +PORTNAME= webcopy +PORTVERSION= 0.98b7 CATEGORIES= www MASTER_SITES= ftp://ftp.inf.utfsm.cl/pub/utfsm/perl/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -17,7 +17,6 @@ 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" WRKSRC= ${WRKDIR}/${PKGNAME} -VERSION= 0.98b7 ALL_TARGET= do-install: |