1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix the index rule. From Richard Wackerbarth.

This commit is contained in:
Jordan K. Hubbard 1995-01-23 01:30:57 +00:00
parent 3bfac8f699
commit 7db2d1a046
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=804

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.8 1995/01/14 11:27:06 jkh Exp $
# $Id: Makefile,v 1.9 1995/01/15 06:43:30 ache Exp $
#
SUBDIR= archivers audio cad comms databases devel editors games graphics \
lang mail math net news print shells utils x11
@ -7,6 +7,6 @@ SUBDIR= archivers audio cad comms databases devel editors games graphics \
index:
@echo -n "Generating INDEX - please wait.."
@make describe | sed -e '/===/D' -e 's;/usr/ports/;;' \
@make describe | sed -e '/===/D' -e 's;${.CURDIR}/;;' \
| expand -40 > ${.CURDIR}/INDEX
@echo " Done."