Fix sed call so that ${MAKE} including a path works.
This commit is contained in:
parent
bc69e75612
commit
5d85dac024
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.24 2004/02/02 10:06:22 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2004/02/06 23:02:16 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= createbuildlink-3.0
|
||||
|
@ -25,8 +25,8 @@ INSTALLATION_DIRS= bin man/man8
|
|||
|
||||
do-configure:
|
||||
.for scr in ${SCRIPT}
|
||||
${SED} -e 's/@PKGVERSION@/${PKGVERSION}/' \
|
||||
-e 's/@MAKE@/${MAKE}/' \
|
||||
${SED} -e 's|@PKGVERSION@|${PKGVERSION}|' \
|
||||
-e 's|@MAKE@|${MAKE}|' \
|
||||
< ${FILESDIR}/${scr} > ${WRKSRC}/${scr}
|
||||
.endfor
|
||||
|
||||
|
|
Loading…
Reference in a new issue