aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-14 11:27:06 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-14 11:27:06 +0000
commitf252cb58977fafcc7b324fa4b4d7e0529f762843 (patch)
tree69bbb40d0fe3010f0ceef3516e372465131d9b66 /Makefile
parent8127cfce921ec69662bef3f53968dbd4b741696f (diff)
downloadports-f252cb58977fafcc7b324fa4b4d7e0529f762843.tar.gz
ports-f252cb58977fafcc7b324fa4b4d7e0529f762843.zip
1. Make an index rule
2. Commit an INDEX file containing information on the various ports.
Notes
Notes: svn path=/head/; revision=772
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc758a94fbc2..91fde65430fa 100644
--- a/Makefile
+++ b/Makefile
@@ -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."