diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-21 09:07:51 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-21 09:07:51 +0000 |
commit | 814ba72c3467d6c9d1fb7ea2c907b6ad2f5c27d9 (patch) | |
tree | 100aa001b55d9cde68ef39e2f818316e704d393b /editors | |
parent | d5871799fff3b481883755cf81ace1eb95d2d8d8 (diff) | |
download | FreeBSD-ports-814ba72c3467d6c9d1fb7ea2c907b6ad2f5c27d9.zip FreeBSD-ports-814ba72c3467d6c9d1fb7ea2c907b6ad2f5c27d9.tar.gz |
Fix install-path for the install target of DE_AT dict.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index 145559f..dd2858e 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -114,7 +114,7 @@ post-install: ${LN} -fs ${DICT_PATH}/de_DE.aff ${DICT_PATH}/de_AT.aff; \ ${ECHO} "@exec ${ECHO} \"DICT $${LANGUAGE} AT de_AT\" \ >> ${DICT_LIST}" >> ${TMPPLIST} ; \ - ${ECHO_CMD} "DICT $$LANGUAGE AT $${ABRV}" >> ${DICT_LIST} ; \ + ${ECHO_CMD} "DICT $$LANGUAGE AT $${ABRV}" >> ${DICT_LIST_INST} ; \ cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type f | \ ${GREP} $${LANGUAGE}_AT >> ${TMPPLIST} ; \ cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type l | \ |