aboutsummaryrefslogtreecommitdiff
path: root/math/snns
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
commit8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch)
tree90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /math/snns
parentaf5f314286ac9e406765f8c4bdc4a1cad6826c8e (diff)
downloadports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.tar.gz
ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.zip
sed -> ${SED}
Notes
Notes: svn path=/head/; revision=21048
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 6441609e725b..f999c9f04ddb 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)