mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
473 B
Plaintext
14 lines
473 B
Plaintext
$NetBSD: patch-ac,v 1.1 2006/08/23 11:22:07 minskim Exp $
|
|
|
|
--- src/Makefile.in.orig 2005-03-24 10:32:04.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -281,7 +281,7 @@ apxs_libexec_LTLIBRARIES = mod_rivet.la
|
|
|
|
# ... and these two. We want to put the libs in the package path,
|
|
# rather than the standard library location for the system.
|
|
-lib_libexecdir = @TCL_PACKAGE_PATH@/rivet
|
|
+lib_libexecdir = @prefix@/lib/rivet
|
|
lib_libexec_LTLIBRARIES = librivet.la librivetparser.la
|
|
|
|
#
|