diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-06 21:22:01 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-06 21:22:01 +0000 |
commit | 3446cddc6903d362d203ed27b6cfea638e85a282 (patch) | |
tree | b26714e3de01d3d9e298faf4b556598bd3642e34 /lang/clisp/files/patch-makemake.in | |
parent | Update to 1.236 (diff) |
- Update to 2.33.2
- Unorphaning the port
PR: ports/77624
Submitted by: Jakub Rehor <jakub@rehor.net>
Diffstat (limited to 'lang/clisp/files/patch-makemake.in')
-rw-r--r-- | lang/clisp/files/patch-makemake.in | 11 |
1 files changed, 11 insertions, 0 deletions
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) |