summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-23 01:30:57 +0000
committerjkh <jkh@FreeBSD.org>1995-01-23 01:30:57 +0000
commit395a27147a6e12e23918fb954417e67e40a75d57 (patch)
tree596f275d99ecc9d7bedcb0080d2a5a03eae93cf1 /Makefile
parent93a7989893d46dad61b40f270016684f53e05007 (diff)
downloadFreeBSD-ports-395a27147a6e12e23918fb954417e67e40a75d57.zip
FreeBSD-ports-395a27147a6e12e23918fb954417e67e40a75d57.tar.gz
Fix the index rule. From Richard Wackerbarth.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c1560d13..7e41757 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."
OpenPOWER on IntegriCloud