Bug 33119 - textproc/man2html doesn't install man.cgi
Summary: textproc/man2html doesn't install man.cgi
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: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-23 20:20 UTC by chrise
Modified: 2001-12-23 21:29 UTC (History)
0 users

See Also:


Attachments
file.diff (713 bytes, patch)
2001-12-23 20:20 UTC, chrise
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chrise 2001-12-23 20:20:01 UTC
man.cgi isn't installed for two reasons:
  1) Test for existence of cgi-bin directory uses the wrong flag.
  2) man.cgi is installed as a binary (but it's not), so strip fails.

How-To-Repeat: Install port and look in ${PREFIX}/www/cgi-bin. See that man.cgi isn't there.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-12-23 20:50:58 UTC
Responsible Changed
From-To: freebsd-ports->demon

Over to maintainer
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2001-12-23 21:28:48 UTC
State Changed
From-To: open->closed

Fixed, thanks for your report!