aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-03-21 01:46:29 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-03-21 01:46:29 +0000
commited6248d90af902a9e96f1abf338cbf6987c28b45 (patch)
treed6a0889931588a185279452677a5bef2a90f584b /Makefile
parent02b004e7edb8d7552797b623e29327fe1d3c3678 (diff)
downloadports-ed6248d90af902a9e96f1abf338cbf6987c28b45.tar.gz
ports-ed6248d90af902a9e96f1abf338cbf6987c28b45.zip
Change the index target - this is more generally useful now.
Notes
Notes: svn path=/head/; revision=1172
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 37976a0c5eaa..7a54508ab94e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1995/01/23 01:30:57 jkh Exp $
+# $Id: Makefile,v 1.11 1995/03/16 00:12:23 asami Exp $
#
SUBDIR= archivers audio cad comms databases devel editors games graphics \
japanese lang mail math net news print shells utils x11
@@ -7,6 +7,5 @@ SUBDIR= archivers audio cad comms databases devel editors games graphics \
index:
@echo -n "Generating INDEX - please wait.."
- @make describe | sed -e '/===/D' -e 's;${.CURDIR}/;;' \
- | expand -40 > ${.CURDIR}/INDEX
+ @make describe > ${.CURDIR}/INDEX
@echo " Done."