Bug 101803 - [patch] archivers/lzma
Summary: [patch] archivers/lzma
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: Andrew Pantyukhin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-11 11:20 UTC by Gabor Kovesdan
Modified: 2006-08-11 17:31 UTC (History)
1 user (show)

See Also:


Attachments
archivers-lzma.diff (643 bytes, patch)
2006-08-11 11:20 UTC, Gabor Kovesdan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kovesdan freebsd_committer freebsd_triage 2006-08-11 11:20:15 UTC
- Respect DESTDIR
- Remove an unnecessary trailing /
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-11 11:20:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->infofarmer

Over to maintainer
Comment 2 Andrew Pantyukhin freebsd_committer freebsd_triage 2006-08-11 16:20:18 UTC
IMHO trailing slashes are very good style:

1. It's easier to see that destination is a directory
2. In case the destination directory does not exist
a trailing slash will save you from a nasty bug
Comment 3 sat freebsd_committer freebsd_triage 2006-08-11 17:31:30 UTC
State Changed
From-To: open->closed

Committed, thanks!