summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-23 01:30:57 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-23 01:30:57 +0000
commit7db2d1a0463657d202d776420a3538238dea498a (patch)
tree6e046c8c35e528be9f4b426f1f5bb55f15d17d00 /Makefile
parentUpdate to reflect current distfile (diff)
Fix the index rule. From Richard Wackerbarth.
Notes
Notes: svn path=/head/; revision=804
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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."