summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl/patches/patch-Makefile.in
blob: 9f1008a72d07c534e13392f8472cba60813e89c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-Makefile.in,v 1.1 2017/06/10 19:14:00 adam Exp $

Install into correct directory.

--- Makefile.in.orig	2014-03-10 13:47:51.000000000 +0000
+++ Makefile.in
@@ -81,7 +81,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	= .