Bug 81156 - x11/libgnome with option NOPORTDOCS has incorrect package list
Summary: x11/libgnome with option NOPORTDOCS has incorrect package list
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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-17 14:00 UTC by Björn König
Modified: 2005-05-17 18:23 UTC (History)
0 users

See Also:


Attachments
libgnome.diff (2.45 KB, patch)
2005-05-17 15:53 UTC, Björn König
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Björn König 2005-05-17 14:00:16 UTC
The port x11/libgnome has an incorrect package list if it was
built with NOPORTDOCS. For this reason creating a package with
NOPORTDOCS is not possible.

Fix: 

Replace all occurences of %%DOCSDIR%% with %%PORTDOCS%% in pkg-plist.
How-To-Repeat: # cd /usr/ports/x11/libgnome
# make -DNOPORTDOCS package
Comment 1 Björn König 2005-05-17 14:57:40 UTC
The fix is wrong. It breaks the port. I'll submit a proper fix as soon 
as possible.
Comment 2 Björn König 2005-05-17 15:53:04 UTC
I attached a suitable patch.
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-17 17:42:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 4 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-17 18:23:46 UTC
State Changed
From-To: open->closed

Fixed, thanks!