diff options
author | sada <sada@FreeBSD.org> | 2003-01-19 15:25:46 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2003-01-19 15:25:46 +0800 |
commit | 39aa51c84d51cdca706dc20a2b31859f3f4a022e (patch) | |
tree | 44a5ac3c9fd224eda4db0e2403b84cbd0c3e6ed3 /mail/postfix20/Makefile | |
parent | 558704cacbfb43d6c93a7c975ecd977636ba744a (diff) | |
download | freebsd-ports-gnome-39aa51c84d51cdca706dc20a2b31859f3f4a022e.tar.gz freebsd-ports-gnome-39aa51c84d51cdca706dc20a2b31859f3f4a022e.tar.zst freebsd-ports-gnome-39aa51c84d51cdca706dc20a2b31859f3f4a022e.zip |
upgrade to version 2.0.2
PR: ports/47110
Submitted by: maintainer
Diffstat (limited to 'mail/postfix20/Makefile')
-rw-r--r-- | mail/postfix20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index f75e2d5770bf..ef0e8cf2f428 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/Makefile @@ -13,7 +13,7 @@ # POSTFIX_OPTIONS can be set in /etc/make.conf also. PORTNAME= postfix -PORTVERSION= 2.0.0.2 +PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -105,7 +105,7 @@ READMEDIR=${PREFIX}/share/doc/postfix .endif do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ + cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ config_directory=${PREFIX}/etc/postfix \ daemon_directory=${PREFIX}/libexec/postfix \ command_directory=${PREFIX}/sbin \ |