Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 18:00:49 -0700 (PDT)
From:      Sergey Samoyloff <gonza@techline.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30883: fix ports devel/ecgi (install .h files)
Message-ID:  <200109280100.f8S10nm56164@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         30883
>Category:       ports
>Synopsis:       fix ports devel/ecgi (install .h files)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 27 18:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109280100.f8S10nm56164>