Bug 239484

Summary: www/w3m has issues finding files
Product: Ports & Packages Reporter: effingerjordan
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed Unable to Reproduce    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (nobutaka)
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   

Description effingerjordan 2019-07-27 23:36:28 UTC
Trying to build www/w3m fails at several places. First when trying to build libwc at the target:
libwc/libwc.a: libwc
libwc:
[TAB[(cd libwc && $(MAKE) CC='$(CC0)' OPTS='$(OPTS)')

which is fixed by changing 

cd libwc

to

cd ./libwc

However, it then fails when trying to build different scripts. Essentially, I am noticing this port has issues finding directories.
Comment 1 MANTANI Nobutaka freebsd_committer freebsd_triage 2020-07-04 10:54:56 UTC
Package build of www/w3m succeeds with poudriere and I am not able to reproduce the error.