mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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! ;).
This commit is contained in:
parent
54bfe2c902
commit
2a2dffb072
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2781
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user