Bug 60995 - missing manual.css for apcupsd docs directory
Summary: missing manual.css for apcupsd docs directory
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-06 23:40 UTC by Krzysztof Stryjek
Modified: 2004-01-07 00:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Stryjek 2004-01-06 23:40:12 UTC
	I was upgrading new apcupsd. Well. I've enabled /usr/local/share/doc/
directory via Apache server (http://fw.wtp3.org/docs/). 
While I was trying to view /apcupsd/manual.html with Netscape,
I've received error about missing manual.css file. It's OK to view
manual.html with lynx (lynx http://fw.wtp3.org/docs/apcupsd/manual.html). And
it is OK, to view this documentation locally (i.e. lynx
/usr/local/share/doc/apcupsd/manual.html).

But I think it's not waste of disk space to add this file as install part of
apcupsd port.

Fix: Here it is a patch for Makefile of port
-------------------------- cut here -------------------------------------------


Greetings from Poland
--
Krzysztof Stryjek--bc4FI26DxQKlKkKRnJfdqlmOxAvN0VWsRPZ6HLIbFak8erJc
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /usr/ports/sysutils/apcupsd/Makefile	Tue Jan  6 04:09:34 2004
+++ Makefile.new	Tue Jan  6 23:54:11 2004
@@ -50,7 +50,7 @@
 
 MAN8=		"apcupsd.8"
 
-PORTDOCS=	apcupsd.pdf manual.html \
+PORTDOCS=	apcupsd.pdf manual.html manual.css \
 		apcupsd.png back.png charging.png home.png main_configs.png \
 		multimon.png next.png onbatt.png online.png status.png thanks.png \
 		wininstall1.png wininstall2.png	wininstall3.png wininstall4.png \
-------------------------- cut here -------------------------------------------
How-To-Repeat: 	Just install/upgrade apcupsd and try to view manual.html with
graphical browser (i.e. Netscape)
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-07 00:14:05 UTC
State Changed
From-To: open->closed

Committed, thanks!