Bug 22613

Summary: FIX: mail/postfix-current Makefile
Product: Ports & Packages Reporter: yds <yds>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: dwcjr
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description yds 2000-11-05 07:10:01 UTC
	The .if defined(WITH_*) sections of the Makefile have to be moved
below the MAN[158], CONF[12], BIN[12] declarations they try to append to.

As an example when installing WITH_PCRE the files

CONF1+=	pcre_table
CONF2+=	sample-pcre.cf
MAN5+=	pcre_table.5

will never get installed because the variables CONF1, CONF2 and MAN5 are
redefined later in the Makefile.

How-To-Repeat: 
	cd /usr/ports/mail/postfix-current
	make -DWITH_PCRE install
	make deinstall
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-11-15 04:54:00 UTC
State Changed
From-To: open->closed

Committed, thanks.  Also, the style of mail/postfix was synced to match this 
pattern as well since it makes good sense.  Thanks to both new maintainers.