pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/tcl-fbsql Use INSTALL_LIB, not INSTALL_PROGR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ffb6b0524e8
branches:  trunk
changeset: 482574:2ffb6b0524e8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Oct 30 05:24:54 2004 +0000

description:
Use INSTALL_LIB, not INSTALL_PROGRAM, to install a library.

diffstat:

 databases/tcl-fbsql/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d068be3719e1 -r 2ffb6b0524e8 databases/tcl-fbsql/Makefile
--- a/databases/tcl-fbsql/Makefile      Sat Oct 30 05:21:42 2004 +0000
+++ b/databases/tcl-fbsql/Makefile      Sat Oct 30 05:24:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/29 05:59:24 jdolecek Exp $
+# $NetBSD: Makefile,v 1.16 2004/10/30 05:24:54 minskim Exp $
 
 DISTNAME=              fbsql.c
 PKGNAME=               tcl-fbsql-1.06
@@ -22,7 +22,7 @@
        ${CP} ${_DISTDIR}/fbsql.c ${WRKSRC}/
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/fbsql.so ${PREFIX}/lib/tcl
+       ${INSTALL_LIB} ${WRKSRC}/fbsql.so ${PREFIX}/lib/tcl
 
 .include "../../mk/mysql.buildlink3.mk"
 .include "../../lang/tcl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index