diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-06-04 07:45:27 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-06-04 07:45:27 +0000 |
commit | 8e145e22eaf262832db0c3a64f2732971e49db72 (patch) | |
tree | df6a4c629ed0914cb929bf226315fafdf9ae4839 /mail/postfix/pkg-plist | |
parent | 898d3f6d23994d087e60f194db8cb458356cdd5d (diff) | |
download | ports-8e145e22eaf262832db0c3a64f2732971e49db72.tar.gz ports-8e145e22eaf262832db0c3a64f2732971e49db72.zip |
Notes
Diffstat (limited to 'mail/postfix/pkg-plist')
-rw-r--r-- | mail/postfix/pkg-plist | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/mail/postfix/pkg-plist b/mail/postfix/pkg-plist index f71fa439bcd7..298ef69caf43 100644 --- a/mail/postfix/pkg-plist +++ b/mail/postfix/pkg-plist @@ -1,13 +1,5 @@ -@unexec if cmp -s %D/%%EXAMPLESDIR%%/main.cf %D/%%ETCDIR%%/main.cf; then rm -f %D/%%ETCDIR%%/main.cf; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/master.cf %D/%%ETCDIR%%/master.cf; then rm -f %D/%%ETCDIR%%/master.cf; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/access %D/%%ETCDIR%%/access; then rm -f %D/%%ETCDIR%%/access; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/aliases %D/%%ETCDIR%%/aliases; then rm -f %D/%%ETCDIR%%/aliases; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/canonical %D/%%ETCDIR%%/canonical; then rm -f %D/%%ETCDIR%%/canonical; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/header_checks %D/%%ETCDIR%%/header_checks; then rm -f %D/%%ETCDIR%%/header_checks; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/relocated %D/%%ETCDIR%%/relocated; then rm -f %D/%%ETCDIR%%/relocated; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/transport %D/%%ETCDIR%%/transport; then rm -f %D/%%ETCDIR%%/transport; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/virtual %D/%%ETCDIR%%/virtual; then rm -f %D/%%ETCDIR%%/virtual; fi -@unexec if cmp -s %D/%%EXAMPLESDIR%%/generic %D/%%ETCDIR%%/generic; then rm -f %D/%%ETCDIR%%/generic; fi +@unexec if cmp -s %D/libexec/postfix/main.cf %D/%%ETCDIR%%/main.cf; then rm -f %D/%%ETCDIR%%/main.cf; fi +@unexec if cmp -s %D/libexec/postfix/master.cf %D/%%ETCDIR%%/master.cf; then rm -f %D/%%ETCDIR%%/master.cf; fi %%ETCDIR%%/LICENSE %%ETCDIR%%/TLS_LICENSE %%ETCDIR%%/bounce.cf.default |