| 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
Edwin Mons
2001-03-11 08:50:01 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.
|