diff options
author | asami <asami@FreeBSD.org> | 1996-03-06 16:53:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-06 16:53:45 +0800 |
commit | adc0040908e115e5d12dabb3b6d05836507d78aa (patch) | |
tree | a95f432e755ab8147e12af00599d083c8d93f459 /Makefile | |
parent | 12db0a609d246fa5febb954f7345988afd6bdb87 (diff) | |
download | freebsd-ports-graphics-adc0040908e115e5d12dabb3b6d05836507d78aa.tar.gz freebsd-ports-graphics-adc0040908e115e5d12dabb3b6d05836507d78aa.tar.zst freebsd-ports-graphics-adc0040908e115e5d12dabb3b6d05836507d78aa.zip |
Update print-index rule to reflect change in INDEX format. Deleted
"Keywd:", added "B-deps:" and "R-deps:" (I know I know, but I needed
it to fit in before the first tabstop! ;).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |