diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-07-29 12:17:54 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-07-29 12:17:54 +0000 |
commit | c16aea60cfebe2ce71f5eb27246f974d096ad827 (patch) | |
tree | 74ac98647b4ed0332c9c6545925a95743b9c5676 /games/pcgen | |
parent | 1e036c4d10502727aa68d63fcd29a15e5b0bc665 (diff) | |
download | ports-c16aea60cfebe2ce71f5eb27246f974d096ad827.tar.gz ports-c16aea60cfebe2ce71f5eb27246f974d096ad827.zip |
Use ECHO_CMD to write down configuration file
Notes
Notes:
svn path=/head/; revision=140393
Diffstat (limited to 'games/pcgen')
-rw-r--r-- | games/pcgen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pcgen/Makefile b/games/pcgen/Makefile index b7d105bcdbab..15f199291fc6 100644 --- a/games/pcgen/Makefile +++ b/games/pcgen/Makefile @@ -37,7 +37,7 @@ post-extract: @${FIND} ${WRKSRC} -name CVS | ${XARGS} -t ${RM} -rf do-configure: - @${ECHO_MSG} "pcgen.filepaths=user" > ${WRKSRC}/filepaths.ini + @${ECHO_CMD} "pcgen.filepaths=user" > ${WRKSRC}/filepaths.ini @${SED} \ -e 's|^java|JAVA_VERSION="1.4+" "${LOCALBASE}/bin/java"|' \ -e 's|`dirname $$0`|"${DATADIR}"|' \ |