Bug 227110 - security/vuxml: Respect WRKDIR when generating html output
Summary: security/vuxml: Respect WRKDIR when generating html output
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ports Security Team
URL: https://reviews.freebsd.org/D14879
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-03-30 12:01 UTC by Tobias Kortkamp
Modified: 2018-04-21 11:51 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ports-secteam)


Attachments
v0 (981 bytes, patch)
2018-03-30 12:01 UTC, Tobias Kortkamp
tobik: maintainer-approval? (ports-secteam)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2018-03-30 12:01:07 UTC
Created attachment 191975 [details]
v0

Currently security/vuxml creates a work/ directory in the port
directory when generating html output regardless of what WRKDIRPREFIX
has been set to.

The generated html should end up in ${WRKDIR} instead, so that
it gets cleanup up by `make clean` as well when WRKDIRPREFIX is
set.