diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-02 15:45:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-02 15:45:41 +0800 |
commit | 4b16e03053ec4a8fc4d1b361c73af408c7cd5b97 (patch) | |
tree | a56b223430fe6c840f5327b8cb601525de73fa2f /graphics/pfstools | |
parent | 997835a0212f23943ab42289f94af31c29dd7b29 (diff) | |
download | freebsd-ports-gnome-4b16e03053ec4a8fc4d1b361c73af408c7cd5b97.tar.gz freebsd-ports-gnome-4b16e03053ec4a8fc4d1b361c73af408c7cd5b97.tar.zst freebsd-ports-gnome-4b16e03053ec4a8fc4d1b361c73af408c7cd5b97.zip |
PREFIX -> LOCALBASE
Diffstat (limited to 'graphics/pfstools')
-rw-r--r-- | graphics/pfstools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |