From 2106ce8e40883c0ae521dac69c6add5094c573c5 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 14 Apr 1998 23:46:42 +0000 Subject: [PATCH] Explicitly use perl to execute portindex, so we don't have to rely on the permissions of the file in the CVS tree. PR: 6279 Submitted by: Frank Volf --- data/ports/Makefile | 4 ++-- en/ports/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/ports/Makefile b/data/ports/Makefile index b3a6e2228a..555f3d76d9 100644 --- a/data/ports/Makefile +++ b/data/ports/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.7 1998-04-08 16:48:59 wosch Exp $ +# $Id: Makefile,v 1.8 1998-04-14 23:46:42 steve Exp $ -PORTINDEX= ./portindex +PORTINDEX= perl ./portindex INDEX= ports/INDEX COOKIE= ${INDEX} Makefile.gen diff --git a/en/ports/Makefile b/en/ports/Makefile index b3a6e2228a..555f3d76d9 100644 --- a/en/ports/Makefile +++ b/en/ports/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.7 1998-04-08 16:48:59 wosch Exp $ +# $Id: Makefile,v 1.8 1998-04-14 23:46:42 steve Exp $ -PORTINDEX= ./portindex +PORTINDEX= perl ./portindex INDEX= ports/INDEX COOKIE= ${INDEX} Makefile.gen