Date: Fri, 13 Oct 2000 05:41:36 -0500 (CDT) From: eagle@srodberg-host149.dsl.visi.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21952: make readmes in ports is broke Message-ID: <200010131041.e9DAfai43666@srodberg-host149.dsl.visi.com>
next in thread | raw e-mail | index | archive | help
>Number: 21952 >Category: ports >Synopsis: make readmes in ports is broke >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 13 03:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Steve Rodberg >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: FreeBSD 4.1.1-STABLE with current ports tree. >Description: Doing a 'make readmes' in the ports tree has all the descriptions in the README.html's as (no description) >How-To-Repeat: install the newest ports tree, and do a make readmes. >Fix: *** /usr/ports/Mk/bsd.port.subdir.mk.orig Fri Oct 13 05:29:09 2000 --- /usr/ports/Mk/bsd.port.subdir.mk Fri Oct 13 05:31:41 2000 *************** *** 210,217 **** .else @echo -n '<a href="'${entry}/README.html'">'"`cd ${entry}; make package-name | ${HTMLIFY}`</a>: " >> $@.tmp .endif ! .if exists(${entry}/pkg/COMMENT) ! @${HTMLIFY} ${entry}/pkg/COMMENT >> $@.tmp .else @echo "(no description)" >> $@.tmp .endif --- 210,217 ---- .else @echo -n '<a href="'${entry}/README.html'">'"`cd ${entry}; make package-name | ${HTMLIFY}`</a>: " >> $@.tmp .endif ! .if exists(${entry}/pkg-comment) ! @${HTMLIFY} ${entry}/pkg-comment >> $@.tmp .else @echo "(no description)" >> $@.tmp .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010131041.e9DAfai43666>