diff options
author | sahil <sahil@FreeBSD.org> | 2011-04-04 04:42:26 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-04-04 04:42:26 +0800 |
commit | 171f9855639c44ef4027702183fefa2f764c97d1 (patch) | |
tree | 67dab3725eb9c0ae9ff4ecaaddee62773b380fa7 /mail/postfix-current | |
parent | 1dcf77efb7a71a8c885b1557cb3fc120d6b3c286 (diff) | |
download | freebsd-ports-gnome-171f9855639c44ef4027702183fefa2f764c97d1.tar.gz freebsd-ports-gnome-171f9855639c44ef4027702183fefa2f764c97d1.tar.zst freebsd-ports-gnome-171f9855639c44ef4027702183fefa2f764c97d1.zip |
Update to 2.9-20110323 and pass additional parameters
to the upstream install script. This is to ensure the
correct placement of files, as defined in the packing
list, even when users modify their configuration file
to point to non-default locations for certain install
paths. This works because args passed via the cmdline
take precedence over definitions in the configuration
file, which in turn override compiled-in defaults.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 10 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 381069dadd7a..5f6aa702611c 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.9-20110321 +DISTVERSION= 2.9-20110323 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -326,9 +326,15 @@ pre-su-install: do-install: @cd ${WRKSRC} && ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ + config_directory=${ETCDIR} \ + command_directory=${PREFIX}/sbin \ daemon_directory=${DAEMONDIR} \ html_directory=${READMEDIR} \ - readme_directory=${READMEDIR} + mailq_path=${PREFIX}/bin/mailq \ + manpage_directory=${MANPREFIX}/man \ + newaliases_path=${PREFIX}/bin/newaliases \ + readme_directory=${READMEDIR} \ + sendmail_path=${PREFIX}/sbin/sendmail ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/rmail/rmail ${PREFIX}/bin/rmail ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl ${PREFIX}/bin/qshape ${INSTALL_MAN} ${WRKSRC}/man/man1/qshape.1 ${MANPREFIX}/man/man1 diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 09e772274237..895c2e770d9e 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,2 +1,2 @@ -SHA256 (postfix/postfix-2.9-20110321.tar.gz) = 42bf85bb693023064847cff1ac8a98421f71801bb2149904d701ddbb1edca8ba -SIZE (postfix/postfix-2.9-20110321.tar.gz) = 3665256 +SHA256 (postfix/postfix-2.9-20110323.tar.gz) = 1a64e09765910cff7acf87ce23bde0046a60b8169600b98245ac62528a086eea +SIZE (postfix/postfix-2.9-20110323.tar.gz) = 3668259 |