aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 13:05:35 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 13:05:35 +0000
commitdf7a7a1113e2dcf258c6f9db70ab61d1bb123595 (patch)
treef6cbcbf22aa0f788d057d8ebd33fbd4271be5609 /Makefile
parentac3066bf75f468401e4a8243ba4ea731c187b370 (diff)
downloadports-df7a7a1113e2dcf258c6f9db70ab61d1bb123595.tar.gz
ports-df7a7a1113e2dcf258c6f9db70ab61d1bb123595.zip
A new print-index rule.
Notes
Notes: svn path=/head/; revision=1268
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