Bug 24595

Summary: FIX: mail/postfix-current: make NOPORTDOCS work as intended
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 2001-01-24 09:00:01 UTC
 Jun Kuriyama wrote:
 > 
 > At Tue, 23 Jan 2001 19:47:50 -0600,
 > David W. Chapman Jr. <dwcjr@inethouston.net> wrote:
 > > > seems basically OK, but HTML documents are still exist atfer
 > > > pkg_delete without NOPORTDOCS.  Can you take care of this?  If it is
 > > I'll pass that along to Yarema since that's what the original pr was
 > > supposed to fix :)
 > 
 > OK.  I'll commit today as checkpoint to make diffs easily.  At this
 > point, ".if !defined(NOPORTDOCS)" sequence is commented out.  I hope
 > someone fixes this...

 Well here's the fix.  The patch should be self explanatory.  Actually
 http://www.freebsd.org/cgi/query-pr.cgi?pr=24429 only fixed where the docs
 were being installed.  I hadn't realized they were not being uninstalled.

How-To-Repeat: 
	cd /usr/ports/mail/postfix-current
	make -DNOPORTDOCS install
	make deinstall
	make reinstall
	make deinstall
	... and watch what happens with ${PREFIX}/share/doc/postfix
Comment 1 Jun Kuriyama freebsd_committer freebsd_triage 2001-01-25 03:47:07 UTC
State Changed
From-To: open->closed

Committed, thanks!