aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix-current/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-06-11 22:09:51 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-06-11 22:09:51 +0800
commit59220158d89ec32234ada53bd5e5523f8d88d65a (patch)
treeb7eec18898836a73ea512a5d730fe83be976d0c6 /mail/postfix-current/Makefile
parentb9ff474def05be87ad484e61ae591ed0517c568f (diff)
downloadfreebsd-ports-gnome-59220158d89ec32234ada53bd5e5523f8d88d65a.tar.gz
freebsd-ports-gnome-59220158d89ec32234ada53bd5e5523f8d88d65a.tar.zst
freebsd-ports-gnome-59220158d89ec32234ada53bd5e5523f8d88d65a.zip
Install rmail script for those who don't use sendmail or compile it
Delete %D/etc/postfix quietly since most deinstalls are just upgrades to the next snapshot. PR: 27038 Reviewed by: roam
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r--mail/postfix-current/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 1a8c66608e99..c7145298fc85 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010525
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
@@ -102,6 +103,9 @@ do-install:
@${INSTALL_SCRIPT} \
${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
+ @${INSTALL_SCRIPT} \
+ ${WRKSRC}/auxiliary/rmail/rmail \
+ ${PREFIX}/bin/rmail
.for file in ${BIN1}
@${INSTALL_PROGRAM} \