aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-06 08:53:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-06 08:53:45 +0000
commit2a2dffb072e05f0adac89f91ab4aec09d8b99e59 (patch)
tree44ec0170924cecff56eeaf0f58ec5025688739d8 /Makefile
parent54bfe2c902cde13968f2c7ded67c038f02995791 (diff)
downloadports-2a2dffb072e05f0adac89f91ab4aec09d8b99e59.tar.gz
ports-2a2dffb072e05f0adac89f91ab4aec09d8b99e59.zip
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 04c1b86378c0..83c1d901e001 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1995/08/14 04:08:46 asami Exp $
+# $Id: Makefile,v 1.22 1995/11/27 03:50:07 asami Exp $
#
SUBDIR += archivers
@@ -40,4 +40,4 @@ ${.CURDIR}/INDEX:
@echo " Done."
print-index: ${.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
+ @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX