diff options
author | thierry <thierry@FreeBSD.org> | 2006-12-20 14:28:16 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-12-20 14:28:16 +0800 |
commit | 6a6c320866003063cb046fcbeb891c2a6c45983d (patch) | |
tree | 16bec4c6cbbd66081d60f369bbc1a790b78ffa49 /textproc/aspell | |
parent | 61973fe9c4eba31cac7bfd988099e3c22d80fb72 (diff) | |
download | freebsd-ports-gnome-6a6c320866003063cb046fcbeb891c2a6c45983d.tar.gz freebsd-ports-gnome-6a6c320866003063cb046fcbeb891c2a6c45983d.tar.zst freebsd-ports-gnome-6a6c320866003063cb046fcbeb891c2a6c45983d.zip |
Back-out the s/@dirrm/@dirrmtry/ change
PR: ports/106957
Submitted by: John Merryweather Cooper <john_m_cooper (at) yahoo.com>
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 |