From girgen@partitur.se  Mon Feb 28 08:49:52 2000
Return-Path: <girgen@partitur.se>
Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194])
	by hub.freebsd.org (Postfix) with ESMTP id 777F537B8C9
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Feb 2000 08:49:24 -0800 (PST)
	(envelope-from girgen@partitur.se)
Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222])
	by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id RAA05668;
	Mon, 28 Feb 2000 17:48:57 +0100 (CET)
	(envelope-from girgen@partitur.se)
Received: (from girgen@localhost)
	by elbas.partitur.se (8.9.3/8.9.3) id RAA82666;
	Mon, 28 Feb 2000 17:48:57 +0100 (CET)
	(envelope-from girgen@partitur.se)
Message-Id: <200002281648.RAA82666@elbas.partitur.se>
Date: Mon, 28 Feb 2000 17:48:57 +0100 (CET)
From: Palle Girgensohn <girgen@partitur.se>
Reply-To: girgen@partitur.se
To: FreeBSD-gnats-submit@freebsd.org
Cc: Ruslan@Shevchenko.Kiev.UA
Subject: Let doc++ install documentation
X-Send-Pr-Version: 3.2

>Number:         17047
>Category:       ports
>Synopsis:       Let doc++ install documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 28 08:50:01 PST 2000
>Closed-Date:    Sun Apr 30 13:02:14 PDT 2000
>Last-Modified:  Sun Apr 30 13:02:44 PDT 2000
>Originator:     Palle Girgensohn
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
Partitur
>Environment:
fresh ports tree 

	

>Description:
The devel/doc++ package does not install any documentation.
This patch makes it do just that.

	

>How-To-Repeat:

	

>Fix:
--- Makefile.orig	Mon Feb 28 17:26:53 2000
+++ Makefile	Mon Feb 28 17:39:49 2000
@@ -21,4 +21,39 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
+post-install:
+.if !defined(NOPORTDOCS)
+		@$(MKDIR) $(PREFIX)/share/doc/doc++
+		@cd $(WRKSRC)/doc/manual/html; $(INSTALL_DATA) ClassGraph.class \
+			ClassGraphPanel.class \
+			ClassLayout.class \
+			CommonBase.html \
+			Derived_Class.html \
+			Example.html \
+			FileInclusion.html \
+			FrequentlyAskedQuestions.html \
+			General.html \
+			HIER.html \
+			HIERjava.html \
+			InstallationInstructions.html \
+			Intermediate.html \
+			Introduction.html \
+			ManualEntries.html \
+			NavigatorButton.class \
+			Quickstart.html \
+			ReferenceManual.html \
+			Structure.html \
+			TextFormatting.html \
+			Usage.html \
+			down.gif \
+			function.html \
+			icon1.gif \
+			icon2.gif \
+			index.html \
+			logo.gif \
+			supportedHTMLmacros.html \
+			supportedTeXmacros.html \
+			$(PREFIX)/share/doc/doc++
+.endif
+
 .include <bsd.port.mk>
--- pkg/PLIST~	Sat Dec 26 06:00:45 1998
+++ pkg/PLIST	Mon Feb 28 17:32:18 2000
@@ -1,3 +1,33 @@
 bin/doc++
 bin/docify
 bin/promote
+share/doc/doc++/ClassGraph.class
+share/doc/doc++/ClassGraphPanel.class
+share/doc/doc++/ClassLayout.class
+share/doc/doc++/CommonBase.html
+share/doc/doc++/Derived_Class.html
+share/doc/doc++/Example.html
+share/doc/doc++/FileInclusion.html
+share/doc/doc++/FrequentlyAskedQuestions.html
+share/doc/doc++/General.html
+share/doc/doc++/HIER.html
+share/doc/doc++/HIERjava.html
+share/doc/doc++/InstallationInstructions.html
+share/doc/doc++/Intermediate.html
+share/doc/doc++/Introduction.html
+share/doc/doc++/ManualEntries.html
+share/doc/doc++/NavigatorButton.class
+share/doc/doc++/Quickstart.html
+share/doc/doc++/ReferenceManual.html
+share/doc/doc++/Structure.html
+share/doc/doc++/TextFormatting.html
+share/doc/doc++/Usage.html
+share/doc/doc++/down.gif
+share/doc/doc++/function.html
+share/doc/doc++/icon1.gif
+share/doc/doc++/icon2.gif
+share/doc/doc++/index.html
+share/doc/doc++/logo.gif
+share/doc/doc++/supportedHTMLmacros.html
+share/doc/doc++/supportedTeXmacros.html
+@dirrm share/doc/doc++

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Apr 30 13:02:14 PDT 2000 
State-Changed-Why:  
Superceded by ports/17860. 
>Unformatted:
