diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-09-05 11:46:17 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-09-05 11:46:17 +0000 |
commit | f5710fcb550649d776083c56c678907ebd342786 (patch) | |
tree | 7f00a71c08d8ef13a5358169f12e259dd3e7bb75 /mail/exim-monitor | |
parent | d2084eb4f1b463983c61ad02f7b33224f91cf373 (diff) | |
download | FreeBSD-ports-f5710fcb550649d776083c56c678907ebd342786.zip FreeBSD-ports-f5710fcb550649d776083c56c678907ebd342786.tar.gz |
This package should be called exim-monitor-X.YZ, not exim-X.YZ.
Submitted by: knu
Diffstat (limited to 'mail/exim-monitor')
-rw-r--r-- | mail/exim-monitor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index 5128ff8..f971838 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 |