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 <volf@oasis.IAEhv.nl>
This commit is contained in:
parent
5b77fc2a47
commit
2106ce8e40
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2683
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue