diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 18:01:27 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 18:01:27 +0000 |
commit | b520b150e5bc5f9f940e5ea3b0954c70177598a2 (patch) | |
tree | 4bc5c5b31a1f1b1c46a17016424e0b6e84290cd2 /mail/postfix1/Makefile | |
parent | 1671c22aeacedea8c26f6f38abba39435cd3f917 (diff) | |
download | ports-b520b150e5bc5f9f940e5ea3b0954c70177598a2.tar.gz ports-b520b150e5bc5f9f940e5ea3b0954c70177598a2.zip |
Notes
Diffstat (limited to 'mail/postfix1/Makefile')
-rw-r--r-- | mail/postfix1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ |