diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-21 13:00:56 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-21 13:00:56 +0800 |
commit | ef5098cf6e3869e10b17b023d9ddbd63d768cb07 (patch) | |
tree | 87fbb1b9f98962742143fbc3c7a5afc6e1c8bd40 /mail/postfix27 | |
parent | 87ff243bf340266b3b116d74a0931f02ef1a3d53 (diff) | |
download | freebsd-ports-gnome-ef5098cf6e3869e10b17b023d9ddbd63d768cb07.tar.gz freebsd-ports-gnome-ef5098cf6e3869e10b17b023d9ddbd63d768cb07.tar.zst freebsd-ports-gnome-ef5098cf6e3869e10b17b023d9ddbd63d768cb07.zip |
- Add mail to PROVIDE line. This fixes other scripts that require mail
starts first.
PR: ports/109336
Submitted by: Dan D Niles <dan at more.net>
Approved by: Vivek Khera <vivek at khera.org> (maintainer)
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix27/files/postfix.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index e1cb612cee4d..e010263a27f0 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff --git a/mail/postfix27/files/postfix.sh.in b/mail/postfix27/files/postfix.sh.in index 7f7e7eaf46f9..2b07d6c85c1d 100644 --- a/mail/postfix27/files/postfix.sh.in +++ b/mail/postfix27/files/postfix.sh.in @@ -2,7 +2,7 @@ # # $FreeBSD$ # -# PROVIDE: postfix +# PROVIDE: postfix mail # REQUIRE: %%REQUIRE%% # KEYWORD: shutdown # |