diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch) | |
tree | 90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /lang/mixal/Makefile | |
parent | ln -> ${LN} (diff) |
sed -> ${SED}
Diffstat (limited to '')
-rw-r--r-- | lang/mixal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mixal/Makefile b/lang/mixal/Makefile index fe6d6c28687e..4757aa7352e0 100644 --- a/lang/mixal/Makefile +++ b/lang/mixal/Makefile @@ -17,7 +17,7 @@ MAINTAINER= obrien@FreeBSD.org EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |/usr/bin/sed -e '1,/^This ought/d' |sh +EXTRACT_AFTER_ARGS= | ${SED} -e '1,/^This ought/d' |sh NO_WRKSUBDIR= yes ALL_TARGET= |