From 3446cddc6903d362d203ed27b6cfea638e85a282 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sun, 6 Mar 2005 21:22:01 +0000 Subject: - Update to 2.33.2 - Unorphaning the port PR: ports/77624 Submitted by: Jakub Rehor --- lang/clisp/files/patch-makemake.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/clisp/files/patch-makemake.in (limited to 'lang/clisp/files/patch-makemake.in') diff --git a/lang/clisp/files/patch-makemake.in b/lang/clisp/files/patch-makemake.in new file mode 100644 index 000000000000..ac2db5c42f00 --- /dev/null +++ b/lang/clisp/files/patch-makemake.in @@ -0,0 +1,11 @@ +--- src/makemake.in.orig Thu May 27 10:43:39 2004 ++++ src/makemake.in Tue Feb 15 21:23:34 2005 +@@ -1550,7 +1550,7 @@ + echol "exec_prefix = ${EXEC_PREFIX}" + echol "bindir = \$(exec_prefix)${NEXT_}bin" + echol "shared = \$(prefix)${NEXT_}share" +-echol "mandir = \$(shared)${NEXT_}man" ++echol "mandir = \$(prefix)${NEXT_}man" + echol "docdir = \$(shared)${NEXT_}doc" + case "$fsstnd" in + suse) -- cgit v1.2.3