diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-14 11:27:06 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-14 11:27:06 +0000 |
commit | f252cb58977fafcc7b324fa4b4d7e0529f762843 (patch) | |
tree | 69bbb40d0fe3010f0ceef3516e372465131d9b66 /Makefile | |
parent | 8127cfce921ec69662bef3f53968dbd4b741696f (diff) | |
download | ports-f252cb58977fafcc7b324fa4b4d7e0529f762843.tar.gz ports-f252cb58977fafcc7b324fa4b4d7e0529f762843.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ -# $Id: Makefile,v 1.6 1994/10/06 01:19:13 jkh Exp $ +# $Id: Makefile,v 1.7 1994/10/06 01:41:37 jkh Exp $ # SUBDIR= audio comms devel editors games lang mail math net news print \ shells utils x11 .include <bsd.port.subdir.mk> + +index: + @echo -n "Generating INDEX - please wait.." + @make describe | sed -e '/===/D' -e 's;/usr/ports/;;' \ + | expand -40 > ${.CURDIR}/INDEX + @echo " Done." |