mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Change the index target - this is more generally useful now.
This commit is contained in:
parent
02b004e7ed
commit
ed6248d90a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1172
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.10 1995/01/23 01:30:57 jkh Exp $
|
||||
# $Id: Makefile,v 1.11 1995/03/16 00:12:23 asami Exp $
|
||||
#
|
||||
SUBDIR= archivers audio cad comms databases devel editors games graphics \
|
||||
japanese lang mail math net news print shells utils x11
|
||||
|
@ -7,6 +7,5 @@ SUBDIR= archivers audio cad comms databases devel editors games graphics \
|
|||
|
||||
index:
|
||||
@echo -n "Generating INDEX - please wait.."
|
||||
@make describe | sed -e '/===/D' -e 's;${.CURDIR}/;;' \
|
||||
| expand -40 > ${.CURDIR}/INDEX
|
||||
@make describe > ${.CURDIR}/INDEX
|
||||
@echo " Done."
|
||||
|
|
Loading…
Add table
Reference in a new issue