From 38a2f47cdc6aacb20c0123e6e3322671dba9937d Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Wed, 30 Jan 2002 19:59:40 +0000 Subject: Update to 1.1.2 (yes they are finally using versions) Submitted by: Vivek Khera --- mail/postfix1/scripts/fix-files-list | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mail/postfix1/scripts/fix-files-list (limited to 'mail/postfix1/scripts/fix-files-list') diff --git a/mail/postfix1/scripts/fix-files-list b/mail/postfix1/scripts/fix-files-list new file mode 100644 index 000000000000..cc4a1083a814 --- /dev/null +++ b/mail/postfix1/scripts/fix-files-list @@ -0,0 +1,12 @@ +#!/bin/sh + +# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed +# man pages, since the ports software compresses them later, and if we +# run post-install it will complain about missing files +# (script from Simon J. Mudd) + +ed ${PREFIX}/etc/postfix/postfix-files <