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/compat22/Makefile | |
parent | c982f5faf1c27ba011ef14e71aadc2182660d704 (diff) |
Notes
Diffstat (limited to 'misc/compat22/Makefile')
-rw-r--r-- | misc/compat22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat22/Makefile b/misc/compat22/Makefile index 190cc1786cec..6f897b522fd0 100644 --- a/misc/compat22/Makefile +++ b/misc/compat22/Makefile @@ -39,7 +39,7 @@ do-extract: cd ${_DISTDIR} && ${CAT} ${DISTFILES} | ${TAR} -xzf - -C ${WRKDIR} 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: |