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/hypermail | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
download | ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.tar.gz ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.zip |
Notes
Diffstat (limited to 'www/hypermail')
-rw-r--r-- | www/hypermail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile index cf511989da4b..2426bbd28167 100644 --- a/www/hypermail/Makefile +++ b/www/hypermail/Makefile @@ -1,20 +1,18 @@ # New ports collection makefile for: hypermail -# Version required: 2b28 # Date created: 23 Dec 1997 # Whom: mjhsieh # # $FreeBSD$ # -DISTNAME= hypermail-${HYPERMAIL_VERSION} +PORTNAME= hypermail +PORTVERSION= 2b28 CATEGORIES= www MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \ ftp://ftp.faqs.org/hypermail/ MAINTAINER= veers@disturbed.net -HYPERMAIL_VERSION= 2b28 -WRKSRC= ${WRKDIR}/hypermail-${HYPERMAIL_VERSION} HAS_CONFIGURE= yes MAN1= hypermail.1 |