Bug 21441

Summary: FIX: devel/pcre to install a working pgrep binary
Product: Ports & Packages Reporter: yds <yds>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: dom
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description yds 2000-09-21 06:40:03 UTC
@${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrep
in the pre-install target otherwise we get a broken pgrep shell script
installed instead of the binary we really want.

How-To-Repeat: 
	cd /usr/ports/devel/pcre && make install && pgrep
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-12-21 06:00:43 UTC
State Changed
From-To: open->closed

James committed a fix to pcre similar to this awhile ago.