1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

A new print-index rule.

This commit is contained in:
Jordan K. Hubbard 1995-04-01 13:05:35 +00:00
parent ac3066bf75
commit df7a7a1113
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1268

View File

@ -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