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/mhonarc | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27430
Diffstat (limited to 'www/mhonarc')
-rw-r--r-- | www/mhonarc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile index 9eeadbe68142..9337589485ca 100644 --- a/www/mhonarc/Makefile +++ b/www/mhonarc/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: MHonArc -# Version required: 2.1 # Date created: 18 June 1997 # Whom: koshy@india.hp.com # # $FreeBSD$ # -DISTNAME= MHonArc2.3.3 -PKGNAME= mhonarc-2.3.3 +PORTNAME= mhonarc +PORTVERSION= 2.3.3 CATEGORIES= www mail MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \ ftp://hhobel.phl.univie.ac.at/MHonArc/ \ ftp://ftp.redhat.com/contrib/noarch/noarch/ \ ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/ \ http://www.perl.com/CPAN/authors/id/EHOOD/ +DISTNAME= MHonArc2.3.3 MAINTAINER= jkoshy@freebsd.org |