From 261b5d4235b68b3985b63bf2ede6c1fab71a1f36 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 2 Oct 2007 07:45:41 +0000 Subject: [PATCH] PREFIX -> LOCALBASE --- graphics/pfstools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 855ed0abc0d4..30ef8b953e20 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -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 \