diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 4ea1177771960cdf6cbcee78db1b8afa6d678858 (patch) | |
tree | 58e7abcdb7f57e16ff96f071c49c88244a440598 /math/snns | |
parent | fa1d1e4d83108ff37c97627528c2face622cdd11 (diff) | |
download | FreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.zip FreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.tar.gz |
sed -> ${SED}
Diffstat (limited to 'math/snns')
-rw-r--r-- | math/snns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile index 6441609..f999c9f 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -17,7 +17,7 @@ USE_XLIB= yes post-configure: @(cd ${WRKSRC} && ./configure < options.FreeBSD) - @(sed -e "s#%prefix%#${PREFIX}#g" < ${FILESDIR}/snns > ${WRKSRC}/snns) + @(${SED} -e "s#%prefix%#${PREFIX}#g" < ${FILESDIR}/snns > ${WRKSRC}/snns) do-build: @(cd ${WRKSRC} && ./build all) |