From 7db2d1a0463657d202d776420a3538238dea498a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 23 Jan 1995 01:30:57 +0000 Subject: Fix the index rule. From Richard Wackerbarth. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c1560d13caa9..7e41757f151b 100644 --- a/Makefile +++ b/Makefile @@ -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." -- cgit v1.2.3