6dc48e3589
TkDND is an extension that adds native drag & drop capabilities to the tk toolkit. OK landry@, and after more cleanup, also OK sthen@
13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
$OpenBSD: patch-unix_mkIndex_tcl_in,v 1.1.1.1 2010/07/16 08:30:27 sebastia Exp $
|
|
--- unix/mkIndex.tcl.in.orig Fri May 14 11:44:13 2010
|
|
+++ unix/mkIndex.tcl.in Fri May 14 11:48:24 2010
|
|
@@ -77,7 +77,7 @@ proc Nativepath {pathName} {
|
|
return $pathName
|
|
}
|
|
|
|
-set prefix "@prefix@"
|
|
+set prefix "${DESTDIR}@prefix@"
|
|
set exec_prefix "@exec_prefix@"
|
|
|
|
set exec_prefix [Nativepath $exec_prefix]
|