diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-23 01:30:57 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-23 01:30:57 +0000 |
commit | 7db2d1a0463657d202d776420a3538238dea498a (patch) | |
tree | 6e046c8c35e528be9f4b426f1f5bb55f15d17d00 /Makefile | |
parent | 3bfac8f6992790c29e71a03923e80ec4c38393a4 (diff) | |
download | ports-7db2d1a0463657d202d776420a3538238dea498a.tar.gz ports-7db2d1a0463657d202d776420a3538238dea498a.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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." |