Bug 16756

Summary: Correction for the latest Postfix doc patch
Product: Ports & Packages Reporter: AnarCat <AnarCat>
Component: Individual Port(s)Assignee: torstenb
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description AnarCat 2000-02-16 23:30:05 UTC
        The latest patch for the Makefile of the mail/postfix package
is broken. Here's the correction.

Fix: $ make reinstall
===>  Installing for postfix-19991231.03
Installed documentation in /usr/local/share/doc/postfix
--------------------------------------------------
- To replace your existing sendmail with postfix -
- type "make replace"                          -
--------------------------------------------------
===>   Generating temporary packing list
[...]
$

This patch replaces the one in the other PR:
How-To-Repeat: 
Apply the patches from the latest PR, and:

$ cd ${PORTSDIR}/mail/postfix && make install
===>  Installing for postfix-19991231.03
install -C -d -m 555 -o root -f wheel /usr/local/share/doc/postfix
install: wheel: invalid flag
*** Error code 64

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
$
Comment 1 cpiazza freebsd_committer freebsd_triage 2000-02-17 00:08:07 UTC
Responsible Changed
From-To: freebsd-ports->torstenb

Over to maintainer 
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2000-04-03 02:30:29 UTC
State Changed
From-To: open->closed

Fix by PR 17749. thanks.