Don't run preconfigure in a subshell of a subshell... it seems to bork up
the path. Approved by: kris
This commit is contained in:
parent
d1b55e63c1
commit
37b825e8c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71655
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ post-patch:
|
|||
${WRKSRC}/config
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKSRC}; ${AUTOHEADER})
|
||||
@cd ${WRKSRC}; ${AUTOHEADER}
|
||||
|
||||
pre-install:
|
||||
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
|
|
|
@ -35,7 +35,7 @@ post-patch:
|
|||
${WRKSRC}/config
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKSRC}; ${AUTOHEADER})
|
||||
@cd ${WRKSRC}; ${AUTOHEADER}
|
||||
|
||||
pre-install:
|
||||
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
|
|
Loading…
Reference in a new issue