Bug 25689

Summary: Fixed problem in Makefile which prevented it from being built
Product: Ports & Packages Reporter: Edwin Mons <edwinm>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Edwin Mons 2001-03-11 08:50:01 UTC
	Installing the port relied on mkdirhier.  If the person building
	and installing the port did not have /usr/X11R6/bin in his/her
	$PATH, install would fail.

Fix: Apply this patch:
How-To-Repeat: 
	make install
Comment 1 FUJISHIMA Satsuki freebsd_committer freebsd_triage 2001-03-12 18:29:04 UTC
State Changed
From-To: open->closed

port fixed, thanks. 
I changed your patch as follows: 
o use ${MKDIR} rather than /bin/mkdir -p. 
o omit to specify /usr/bin. /usr/bin is always in $PATH or port simply does not 
work due to there is /usr/bin/make.