From nobody@FreeBSD.org  Thu Sep 27 18:00:50 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 5B24A37B405
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Sep 2001 18:00:49 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f8S10nm56164;
	Thu, 27 Sep 2001 18:00:49 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200109280100.f8S10nm56164@freefall.freebsd.org>
Date: Thu, 27 Sep 2001 18:00:49 -0700 (PDT)
From: Sergey Samoyloff <gonza@techline.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: fix ports devel/ecgi (install .h files)
X-Send-Pr-Version: www-1.0

>Number:         30883
>Category:       ports
>Synopsis:       fix ports devel/ecgi (install .h files)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 27 18:10:00 PDT 2001
>Closed-Date:    Sat Sep 29 11:12:45 PDT 2001
>Last-Modified:  Sat Sep 29 11:13:39 PDT 2001
>Originator:     Sergey Samoyloff
>Release:        (i386) 4.3-20010818-STABLE
>Organization:
TECHLine Systems
>Environment:
>Description:
install .h files
>How-To-Repeat:

>Fix:
--- pkg-plist.orig  Wed May 23 07:54:12 2001
+++ pkg-plist   Fri Sep 28 04:44:56 2001
@@ -1,5 +1,9 @@
 bin/html2h
 lib/libecgi.a
 lib/libecgi.so
+include/ecgi/ecgi.h
+include/ecgi/ecgitk.h
+include/ecgi/memfile.h
 %%PORTDOCS%%share/doc/ecgi/ecgitut.txt
 %%PORTDOCS%%@dirrm share/doc/ecgi
+%%PORTDOCS%%@dirrm include/ecgi
--- Makefile.orig   Mon Mar 12 23:08:31 2001
+++ Makefile    Fri Sep 28 04:42:27 2001
@@ -20,6 +20,10 @@
    ${INSTALL_DATA} ${WRKSRC}/libecgi.a ${PREFIX}/lib
    ${INSTALL_PROGRAM} ${WRKSRC}/libecgi.so ${PREFIX}/lib
    ${INSTALL_PROGRAM} ${WRKSRC}/html2h/html2h ${PREFIX}/bin
+   ${MKDIR} ${PREFIX}/include/ecgi
+   ${INSTALL_DATA} ${WRKSRC}/ecgi.h ${PREFIX}/include/ecgi
+   ${INSTALL_DATA} ${WRKSRC}/ecgitk.h ${PREFIX}/include/ecgi
+   ${INSTALL_DATA} ${WRKSRC}/include/memfile.h ${PREFIX}/include/ecgi
 .if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/ecgi
    ${INSTALL_DATA} ${WRKSRC}/doc/ecgitut.txt ${PREFIX}/share/doc/ecgi

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Sat Sep 29 11:12:45 PDT 2001 
State-Changed-Why:  
Committed, thanks! One thing, only use the pragma %%PORTDOCS%% in PLIST for documentation files. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30883 
>Unformatted:
