Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 08:26:14 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23072: Update port: databases/cdb
Message-ID:  <20001124162614.32AB937B4CF@hub.freebsd.org>

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

>Number:         23072
>Category:       ports
>Synopsis:       Update port: databases/cdb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 24 08:30:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Support install macros

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/databases/cdb/Makefile databases/cdb/Makefile
--- /usr/ports/databases/cdb/Makefile	Sun Apr  9 15:43:44 2000
+++ databases/cdb/Makefile	Thu Nov 23 12:23:47 2000
@@ -13,7 +13,6 @@
 MAINTAINER=	ports@FreeBSD.org
 
 ALL_TARGET=	it
-INSTALL_TARGET=	setup
 
 do-configure:
 	@${MV} ${WRKSRC}/conf-home ${WRKSRC}/conf-home.orig
@@ -23,7 +22,13 @@
 	@${MV} ${WRKSRC}/conf-ld ${WRKSRC}/conf-ld.orig
 	${ECHO} ${CC} -s > ${WRKSRC}/conf-ld
 
-post-install:
+do-install:
+.for file in cdbdump cdbget cdbmake cdbstats cdbtest
+	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
+.endfor
+.for file in cdbmake-12 cdbmake-sv
+	${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
+.endfor
 	${INSTALL_DATA} ${WRKSRC}/cdb.h ${PREFIX}/include
 	${INSTALL_DATA} ${WRKSRC}/cdb.a ${PREFIX}/lib/libcdb.a
 


>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?20001124162614.32AB937B4CF>