diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-01 21:05:35 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-01 21:05:35 +0800 |
commit | 8e9aa87a1d30a7488c4df64c64bf7e8cec40bf17 (patch) | |
tree | 48f3f0754a17b636361b6c6f6aafc477483b705d /Makefile | |
parent | 53877c9f645ddedab9a5f167859019ea3a6e8a6f (diff) | |
download | freebsd-ports-gnome-8e9aa87a1d30a7488c4df64c64bf7e8cec40bf17.tar.gz freebsd-ports-gnome-8e9aa87a1d30a7488c4df64c64bf7e8cec40bf17.tar.zst freebsd-ports-gnome-8e9aa87a1d30a7488c4df64c64bf7e8cec40bf17.zip |
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 |