b3bf7b4c1e
problem noticed by James Wright <jamesw at bsdhosting.co.za>
17 lines
473 B
Plaintext
17 lines
473 B
Plaintext
$OpenBSD: patch-Make_rules_in,v 1.2 2005/03/11 19:47:50 jcs Exp $
|
|
--- Make.rules.in.orig Wed Feb 25 05:40:29 2004
|
|
+++ Make.rules.in Fri Mar 11 11:36:39 2005
|
|
@@ -17,10 +17,10 @@
|
|
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@
|