pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/tk-postgresql73 set INSTALL_DIRS so this ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27045c0006d8
branches:  trunk
changeset: 498226:27045c0006d8
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Aug 16 23:41:36 2005 +0000

description:
set INSTALL_DIRS so this installs correctly.

diffstat:

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

diffs (18 lines):

diff -r 56f2f04da114 -r 27045c0006d8 databases/tk-postgresql73/Makefile
--- a/databases/tk-postgresql73/Makefile        Tue Aug 16 22:04:46 2005 +0000
+++ b/databases/tk-postgresql73/Makefile        Tue Aug 16 23:41:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/08/16 14:41:04 grant Exp $
+# $NetBSD: Makefile,v 1.9 2005/08/16 23:41:36 grant Exp $
 
 PKGNAME=               tk-postgresql73-${BASE_VERS}
 PKGREVISION=   1
@@ -19,7 +19,7 @@
 
 BUILD_DIRS=            ${WRKSRC}/src/port
 BUILD_DIRS+=           ${WRKSRC}/src/bin/pgtclsh
-BUILD_TARGET=          pgtksh
+INSTALL_DIRS=          ${WRKSRC}/src/bin/pgtclsh
 INSTALL_TARGET=                install-tk
 
 post-install:



Home | Main Index | Thread Index | Old Index