summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl/patches/patch-Makefile.in
blob: 85ae0ff087047afd212f623d20241e75f461280b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-Makefile.in,v 1.2 2022/11/17 06:20:44 adam Exp $

Install into correct directory.

--- Makefile.in.orig	2022-11-16 13:42:39.000000000 +0000
+++ Makefile.in
@@ -83,7 +83,7 @@ DESTDIR		=
 
 PKG_DIR		= $(PACKAGE_NAME)$(PACKAGE_VERSION)
 pkgdatadir	= $(datadir)/$(PKG_DIR)
-pkglibdir	= $(libdir)/$(PKG_DIR)
+pkglibdir	= $(libdir)/sqlite3
 pkgincludedir	= $(includedir)/$(PKG_DIR)
 
 top_builddir	= @abs_top_builddir@