freebsd-ports/lang/clisp/files/patch-aa
Akinori MUSHA 6e4c019203 Update to 2.27.
PR:		ports/30138
Submitted by:	Jeff Brown <jabrown@ipn.caida.org> (MAINTAINER)

Since both of the two master sites were unreachable, I added
MASTER_SITE_SOURCEFORGE to the MASTER_SITES, which sites had the
distfile fortunately.
2001-09-01 05:38:28 +00:00

17 lines
634 B
Text

--- src/makemake.in.orig Mon Jun 25 07:54:46 2001
+++ src/makemake.in Sun Aug 26 23:41:48 2001
@@ -1634,7 +1634,14 @@
echol "mandir = \$(exec_prefix)${NEXT_}man"
echol "htmldir = \$(exec_prefix)${NEXT_}share${NEXT_}html"
echol "dvidir = \$(exec_prefix)${NEXT_}share${NEXT_}dvi"
+fsstnd=freebsd
case "$fsstnd" in
+ freebsd)
+ echol "docdir = \$(exec_prefix)${NEXT_}share${NEXT_}doc"
+ echol "lispdocdir = \$(docdir)${NEXT_}clisp"
+ echol "htmldir = \$(lispdocdir)"
+ echol "dvidir = \$(lispdocdir)"
+ ;;
gnu_ext)
echol "docdir = \$(exec_prefix)${NEXT_}doc"
echol "lispdocdir = \$(docdir)${NEXT_}clisp"