From 905e28799e087238bd88c260a0041ff15e55379c Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 29 May 1998 03:25:51 +0000 Subject: Make these lists real tables --- mk/bsd.pkg.subdir.mk | 8 ++++---- templates/README.category | 6 +++--- templates/README.top | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk index 1f50a4b850f..2184cc18a7c 100644 --- a/mk/bsd.pkg.subdir.mk +++ b/mk/bsd.pkg.subdir.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.subdir.mk,v 1.15 1998/05/29 02:34:36 hubertf Exp $ +# $NetBSD: bsd.pkg.subdir.mk,v 1.16 1998/05/29 03:25:51 hubertf Exp $ # Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # @@ -123,9 +123,9 @@ README.html: .PRECIOUS @> $@.tmp .for entry in ${SUBDIR} .if defined(PKGSRCTOP) - @echo -n ''"`echo ${entry} | ${HTMLIFY}`"': ' >> $@.tmp + @echo -n ''"`echo ${entry} | ${HTMLIFY}`"': ' >> $@.tmp .else - @echo -n ''"`cd ${entry}; ${MAKE} package-name | ${HTMLIFY}`: " >> $@.tmp + @echo -n ''"`cd ${entry}; ${MAKE} package-name | ${HTMLIFY}`: " >> $@.tmp .endif .if exists(${entry}/pkg/COMMENT) @${HTMLIFY} ${entry}/pkg/COMMENT >> $@.tmp @@ -133,7 +133,7 @@ README.html: .PRECIOUS @echo "(no description)" >> $@.tmp .endif .endfor - @sort -t '>' +1 -2 $@.tmp > $@.tmp2 + @sort -t '>' +3 -4 $@.tmp > $@.tmp2 .if exists(${.CURDIR}/pkg/DESCR) @${HTMLIFY} ${.CURDIR}/pkg/DESCR > $@.tmp3 .else diff --git a/templates/README.category b/templates/README.category index c858557d614..f7944b9b325 100644 --- a/templates/README.category +++ b/templates/README.category @@ -1,4 +1,4 @@ - + The NetBSD Packages Collection: %%CATEGORY%% @@ -19,9 +19,9 @@ in this directory:


-

+

%%SUBDIR%% - +


[ diff --git a/templates/README.top b/templates/README.top index b50440fcf51..825a78613ff 100644 --- a/templates/README.top +++ b/templates/README.top @@ -1,4 +1,4 @@ - + The NetBSD Packages Collection @@ -22,9 +22,9 @@ The packages collection is divided into categories of packages.


-
+
 %%SUBDIR%%
-
+

For more information on how to build any of the packages from -- cgit v1.2.3