diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 11:48:57 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 11:48:57 +0000 |
commit | 897d06aa9731645e0a7fa7c315028dcdbfa3c798 (patch) | |
tree | 485cefa9621a788f5d27ac4dcab7fc6aa9843be6 /misc/compat4x/Makefile | |
parent | c982f5faf1c27ba011ef14e71aadc2182660d704 (diff) | |
download | ports-897d06aa9731645e0a7fa7c315028dcdbfa3c798.tar.gz ports-897d06aa9731645e0a7fa7c315028dcdbfa3c798.zip |
Notes
Diffstat (limited to 'misc/compat4x/Makefile')
-rw-r--r-- | misc/compat4x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index bdfbadc8c9e4..c51586d5d122 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -90,7 +90,7 @@ do-extract: .endif do-build: - @( ${ECHO} '#!/bin/sh'; ${ECHO} '${LDCONFIG} -m ${LDCONFIG_RUNLIST}'; \ + @( ${ECHO_CMD} '#!/bin/sh'; ${ECHO_CMD} '${LDCONFIG} -m ${LDCONFIG_RUNLIST}'; \ ) > ${WRKDIR}/000.${PORTNAME}.sh do-install: |