From 5afe4605d8bc88265b609f6cd942e2fae85998b4 Mon Sep 17 00:00:00 2001 From: naddy Date: Wed, 3 Nov 2004 19:30:37 +0000 Subject: [PATCH] fix man page location --- lang/clisp/patches/patch-src_makemake_in | 12 ++++++++++++ lang/clisp/pkg/PLIST | 6 ++---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 lang/clisp/patches/patch-src_makemake_in diff --git a/lang/clisp/patches/patch-src_makemake_in b/lang/clisp/patches/patch-src_makemake_in new file mode 100644 index 00000000000..1e3786b802f --- /dev/null +++ b/lang/clisp/patches/patch-src_makemake_in @@ -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) diff --git a/lang/clisp/pkg/PLIST b/lang/clisp/pkg/PLIST index 3155ada41fc..40fdcc2bbfb 100644 --- a/lang/clisp/pkg/PLIST +++ b/lang/clisp/pkg/PLIST @@ -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