diff options
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 645a7c8fdb32..53d331e25034 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -109,8 +109,8 @@ post-install: ${DICT_TARGET} .if defined(WITH_ISPELL) ${INSTALL_SCRIPT} ${SCRIPTS:S|^|${WRKSRC}/scripts/|} ${PREFIX}/bin .endif - @${ECHO_CMD} "@dirrmtry share/aspell" >> ${TMPPLIST} - @${ECHO_CMD} "@dirrmtry lib/aspell-${VERINST}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrm share/aspell" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrm lib/aspell-${VERINST}" >> ${TMPPLIST} inst-dicten: # Install en-aspell by default |