From f95f3fe7c118eb93c45832cd20bb3da1141a70c5 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Wed, 5 Sep 2001 11:46:17 +0000 Subject: [PATCH] This package should be called exim-monitor-X.YZ, not exim-X.YZ. Submitted by: knu --- mail/exim-monitor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index 5128ff89dc0f..f971838f7a68 100644 --- a/mail/exim-monitor/Makefile +++ b/mail/exim-monitor/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # -PORTNAME= exim +PORTNAME= exim-monitor PORTVERSION= 3.33 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \ http://www.exim.org/ftp/ \ ftp://ftp.is.co.za/networking/mail/transport/exim/ +DISTNAME= exim-${PORTVERSION} MAINTAINER= sheldonh@FreeBSD.org