17 lines
495 B
Plaintext
17 lines
495 B
Plaintext
$OpenBSD: patch-Make_rules_in,v 1.3 2006/07/17 18:51:49 espie Exp $
|
|
--- Make.rules.in.orig Wed Feb 25 12:40:29 2004
|
|
+++ Make.rules.in Sat Jul 15 09:58:22 2006
|
|
@@ -17,10 +17,10 @@ PACKAGE = @PACKAGE@
|
|
VERSION = @VERSION@
|
|
|
|
# Various directories gleaned from `configure'
|
|
-PREFIX = @prefix@
|
|
+# PREFIX = @prefix@
|
|
# Grrr... Freakin' capitalization!
|
|
prefix = ${PREFIX}
|
|
-PERL_PREFIX = @PERL_PREFIX@
|
|
+PERL_PREFIX = ${TRUEPREFIX}
|
|
# GNU 'configure'-ism
|
|
exec_prefix = @exec_prefix@
|
|
BINDIR = @bindir@
|