aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/pcgen/Makefile2
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}"|' \