fix man page location
This commit is contained in:
parent
b48f786b0e
commit
5afe4605d8
12
lang/clisp/patches/patch-src_makemake_in
Normal file
12
lang/clisp/patches/patch-src_makemake_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_makemake_in,v 1.6 2004/11/03 19:30:37 naddy Exp $
|
||||
--- src/makemake.in.orig Wed Nov 3 19:38:54 2004
|
||||
+++ src/makemake.in Wed Nov 3 19:39:16 2004
|
||||
@@ -1534,7 +1534,7 @@ echol "prefix = ${PREFIX}"
|
||||
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)
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2004/09/15 19:16:07 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/11/03 19:30:37 naddy Exp $
|
||||
bin/clisp
|
||||
lib/clisp/
|
||||
lib/clisp/base/
|
||||
@ -33,6 +33,7 @@ lib/clisp/linkkit/exporting.lisp
|
||||
lib/clisp/linkkit/modprep.lisp
|
||||
lib/clisp/linkkit/modules.c
|
||||
lib/clisp/linkkit/modules.d
|
||||
@man man/man1/clisp.1
|
||||
share/doc/clisp/
|
||||
share/doc/clisp/ANNOUNCE
|
||||
share/doc/clisp/CLOS-guide.txt
|
||||
@ -65,6 +66,3 @@ share/locale/nl/LC_MESSAGES/clisp.mo
|
||||
share/locale/nl/LC_MESSAGES/clisplow.mo
|
||||
share/locale/ru/LC_MESSAGES/clisp.mo
|
||||
share/locale/ru/LC_MESSAGES/clisplow.mo
|
||||
share/man/
|
||||
share/man/man1/
|
||||
@man share/man/man1/clisp.1
|
||||
|
Loading…
Reference in New Issue
Block a user