From owner-freebsd-ports Fri Oct 13 3:50: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3118237B66E for ; Fri, 13 Oct 2000 03:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA78436; Fri, 13 Oct 2000 03:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from srodberg-host149.dsl.visi.com (srodberg-host149.dsl.visi.com [208.42.48.149]) by hub.freebsd.org (Postfix) with ESMTP id 12E7C37B66C for ; Fri, 13 Oct 2000 03:41:37 -0700 (PDT) Received: (from eagle@localhost) by srodberg-host149.dsl.visi.com (8.11.1/8.11.0) id e9DAfai43666; Fri, 13 Oct 2000 05:41:36 -0500 (CDT) (envelope-from eagle) Message-Id: <200010131041.e9DAfai43666@srodberg-host149.dsl.visi.com> Date: Fri, 13 Oct 2000 05:41:36 -0500 (CDT) From: eagle@srodberg-host149.dsl.visi.com Reply-To: srodberg@visi.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21952: make readmes in ports is broke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 ''"`cd ${entry}; make package-name | ${HTMLIFY}`: " >> $@.tmp .endif ! .if exists(${entry}/pkg/COMMENT) ! @${HTMLIFY} ${entry}/pkg/COMMENT >> $@.tmp .else @echo "(no description)" >> $@.tmp .endif --- 210,217 ---- .else @echo -n ''"`cd ${entry}; make package-name | ${HTMLIFY}`: " >> $@.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