18 lines
433 B
Plaintext
18 lines
433 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1 2007/10/26 21:42:18 ajacoutot Exp $
|
|
--- Makefile.in.orig Fri Oct 26 23:39:07 2007
|
|
+++ Makefile.in Fri Oct 26 23:39:08 2007
|
|
@@ -22,11 +22,11 @@ exec_prefix = @exec_prefix@
|
|
|
|
# Where the installed binary goes.
|
|
bindir = ${exec_prefix}/bin
|
|
-binprefix =
|
|
+binprefix = j
|
|
|
|
mandir = ${prefix}/man/man${manext}
|
|
manext = 1
|
|
-manprefix =
|
|
+manprefix = j
|
|
|
|
#### End of system configuration section. ####
|
|
|