summaryrefslogtreecommitdiffstats
path: root/math/snns
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
committermharo <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
commit4ea1177771960cdf6cbcee78db1b8afa6d678858 (patch)
tree58e7abcdb7f57e16ff96f071c49c88244a440598 /math/snns
parentfa1d1e4d83108ff37c97627528c2face622cdd11 (diff)
downloadFreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.zip
FreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.tar.gz
sed -> ${SED}
Diffstat (limited to 'math/snns')
-rw-r--r--math/snns/Makefile2
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)
OpenPOWER on IntegriCloud