diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-05 06:57:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-05 06:57:58 +0800 |
commit | 546ad0bffc59e70fa08bc6353fb87576e5ce6b60 (patch) | |
tree | e790e25f1f67456b7356eb6c059b67242b52f659 /mail/postfix26 | |
parent | 9d82bd003ce530275531a6ae44413284e76df573 (diff) | |
download | freebsd-ports-gnome-546ad0bffc59e70fa08bc6353fb87576e5ce6b60.tar.gz freebsd-ports-gnome-546ad0bffc59e70fa08bc6353fb87576e5ce6b60.tar.zst freebsd-ports-gnome-546ad0bffc59e70fa08bc6353fb87576e5ce6b60.zip |
Remove leftover if
Submitted by: Per olof Ljungmark <peo@intersonic.se>
Diffstat (limited to 'mail/postfix26')
-rw-r--r-- | mail/postfix26/pkg-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/postfix26/pkg-install b/mail/postfix26/pkg-install index e5a832109dee..c9367b344499 100644 --- a/mail/postfix26/pkg-install +++ b/mail/postfix26/pkg-install @@ -164,4 +164,3 @@ if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf fi fi -fi |