diff options
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index a850f7c01a7c..3bcf75f11942 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: metamail -# Version required: 2.7 # Date created: 17 Oct 1994 # Whom: torstenb # # $FreeBSD$ # -DISTNAME= mm2.7 -PKGNAME= metamail-2.7 +PORTNAME= metamail +PORTVERSION= 2.7 CATEGORIES= mail MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/ +DISTNAME= mm${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= torstenb@FreeBSD.org |