PREFIX -> LOCALBASE

This commit is contained in:
Edwin Groothuis 2007-10-02 07:45:41 +00:00
parent f260e1805b
commit 261b5d4235
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200607

View File

@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--disable-octave
.endif
pre-configure:
${REINPLACE_CMD} -e "s,#!/bin/bash,#!${PREFIX}/bin/bash," \
${REINPLACE_CMD} -e "s,#!/bin/bash,#!${LOCALBASE}/bin/bash," \
${WRKSRC}/src/fileformat/pfsin \
${WRKSRC}/src/fileformat/pfsout \
${WRKSRC}/src/fileformat/pfsinmulti \