Bug 66123 - kdebase's MESSAGE file problem for package users
Summary: kdebase's MESSAGE file problem for package users
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 21:00 UTC by David O'Brien
Modified: 2004-05-02 14:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David O'Brien 2004-04-30 21:00:38 UTC
	If one installes kdebase from the pre-built package, the MESSAGE
	file is an exact copy of /usr/ports/x11/kdebase3/pkg-message,
	which means the text reads:

		This port has installed fonts into %PREFIX%/share/fonts
		You'll have to add %PREFIX%/share/fonts
		to your X font path by either:
		$ xset fp+ %PREFIX%/share/fonts

Fix: 

Set PKGMESSAGE in the port to ${WRKDIR}/MESSAGE, and build that
	as some other target than "post-install:".
How-To-Repeat: 	
	pkg_add kdebase-3.2.1.tbz
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-05-02 06:28:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer.
Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2004-05-02 14:11:28 UTC
State Changed
From-To: open->closed

Fixed, thanks for reporting!