From 54413ef8d703a0a01af901118f212f4bbb22b483 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Wed, 30 Jan 2002 19:47:44 +0000 Subject: Update to 20020115 Give originator maintainership Submitted by: khera@kcilink.com --- mail/postfix-current/scripts/fix-files-list | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mail/postfix-current/scripts/fix-files-list (limited to 'mail/postfix-current/scripts/fix-files-list') diff --git a/mail/postfix-current/scripts/fix-files-list b/mail/postfix-current/scripts/fix-files-list new file mode 100644 index 000000000000..cc4a1083a814 --- /dev/null +++ b/mail/postfix-current/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 <