Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2003 17:25:30 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50810: Update port: lang/cmucl (docs installed as 600)
Message-ID:  <86of3dl9tx.wl%fuyuki@hadaly.org>
Resent-Message-ID: <200304110830.h3B8UEjV083377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         50810
>Category:       ports
>Synopsis:       Update port: lang/cmucl (docs installed as 600)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 11 01:30:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki <fuyuki@hadaly.org>
>Release:        FreeBSD 5.0-RELEASE-p5 i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.0-RELEASE-p5 FreeBSD 5.0-RELEASE-p5 #1: Fri Mar 21 10:29:48 JST 2003     root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
Normal users can't read the docs

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/cmucl/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	2003/02/21 12:34:59	1.17
+++ Makefile	2003/04/11 08:24:14
@@ -31,8 +31,8 @@
 do-install:
 	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/bin/lisp ${PREFIX}/bin
 	(cd ${WRKDIR} && tar fc - lib ) | (cd ${PREFIX} && tar fx -)
-	-${MKDIR} ${PREFIX}/share/doc/cmucl
-	(cd ${WRKDIR} && tar fc - doc) | (cd ${PREFIX}/share && tar fx -)
+	-${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${DOCSDIR}
 	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/cmucl.1 \
 		${PREFIX}/man/man1
 	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/lisp.1 \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86of3dl9tx.wl%fuyuki>