diff options
author | bsam <bsam@FreeBSD.org> | 2007-04-11 20:10:19 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-04-11 20:10:19 +0800 |
commit | 5229c13798b82fe001a096c74f313de210c8f8f7 (patch) | |
tree | 72c6cbc94cb118139a301bff93c75b70314feef2 /emulators/linux_base-f8 | |
parent | 59be8c86c60dc031405a93fbd7d73dca89b78b31 (diff) | |
download | freebsd-ports-gnome-5229c13798b82fe001a096c74f313de210c8f8f7.tar.gz freebsd-ports-gnome-5229c13798b82fe001a096c74f313de210c8f8f7.tar.zst freebsd-ports-gnome-5229c13798b82fe001a096c74f313de210c8f8f7.zip |
${ECHO} -> ${ECHO_CMD}
Suggested by: rafan
Diffstat (limited to 'emulators/linux_base-f8')
-rw-r--r-- | emulators/linux_base-f8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile index e7748416afcb..d2dc3605ad02 100644 --- a/emulators/linux_base-f8/Makefile +++ b/emulators/linux_base-f8/Makefile @@ -121,7 +121,7 @@ PLIST= pkg-plist .include <bsd.port.pre.mk> -LINUX_OSRELEASE!= ${ECHO} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` +LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` .if ${LINUX_OSRELEASE}x == "x" IGNORE= linuxulator is not (kld)loaded |