Bug 45578 - editors/ooodict-all Makefile broken wrgt WRKDIRPREFIX
Summary: editors/ooodict-all Makefile broken wrgt WRKDIRPREFIX
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-openoffice (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-22 03:40 UTC by Palle Girgensohn
Modified: 2002-11-23 22:54 UTC (History)
0 users

See Also:


Attachments
file.diff (752 bytes, patch)
2002-11-22 03:40 UTC, Palle Girgensohn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn 2002-11-22 03:40:01 UTC
	
cd /usr/ports/editors/ooodict-all
make install (WRKDIRPREFIX=/var/tmp set in /etc/makeR.conf)
...
...cannot find pkg-plist (sort of...)

the port tries to touch ${WRKDIR}/../pkg-plist, which is plain wrong
I suggest, instead, set PLIST= ${WRKDIR}/pkg-plist and touch that file

enclosed is a working suggestion

regards
Palle
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-11-23 19:12:03 UTC
Responsible Changed
From-To: freebsd-ports->openoffice

Over to maintainers
Comment 2 Martin Blapp freebsd_committer freebsd_triage 2002-11-23 22:54:36 UTC
State Changed
From-To: open->closed

Committed, thanks !