diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 13:05:35 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 13:05:35 +0000 |
commit | df7a7a1113e2dcf258c6f9db70ab61d1bb123595 (patch) | |
tree | f6cbcbf22aa0f788d057d8ebd33fbd4271be5609 /Makefile | |
parent | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in (diff) |
A new print-index rule.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1995/03/21 03:57:19 jkh Exp $ +# $Id: Makefile,v 1.15 1995/03/23 21:03:32 gpalmer Exp $ # SUBDIR= archivers audio cad comms databases devel editors games graphics \ japanese lang mail math net news print shells utils x11 @@ -13,4 +13,4 @@ ${.CURDIR}/INDEX: @echo " Done." print-index: ${.CURDIR}/INDEX - awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\n\n", $$1, $$2, $$4, $$6); }' < ${.CURDIR}/INDEX + @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nKeywds:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8); }' < ${.CURDIR}/INDEX |