aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-01 21:05:35 +0800
committerjkh <jkh@FreeBSD.org>1995-04-01 21:05:35 +0800
commit8e9aa87a1d30a7488c4df64c64bf7e8cec40bf17 (patch)
tree48f3f0754a17b636361b6c6f6aafc477483b705d /Makefile
parent53877c9f645ddedab9a5f167859019ea3a6e8a6f (diff)
downloadfreebsd-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dba66e7c434e..5659028c7bee 100644
--- a/Makefile
+++ b/Makefile
@@ -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