Bug 55856 - Bad MASTERDIR value
Summary: Bad MASTERDIR value
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-22 01:10 UTC by Aleksander Fafula
Modified: 2003-08-22 01:29 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 Aleksander Fafula 2003-08-22 01:10:11 UTC
Mistyping :)
MASTERDIR=      ${.CURDIR}/../openoffice

Fix: 

set MASTERDIR=      ${.CURDIR}/../../editors/openoffice
How-To-Repeat: cd /usr/ports/polish/openoffice && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-08-22 01:29:14 UTC
State Changed
From-To: open->closed

Commited, thanks!