diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-10-31 11:56:37 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-10-31 11:56:37 +0000 |
commit | 7ce817e1135d1d34e6aff38b092f6408d173341f (patch) | |
tree | edc78f320b95245cff9e008bbc427d813f56ef2d /textproc/hunspell | |
parent | dcc2dd9e4d43f096f803692583c09a665dd92c9c (diff) | |
download | ports-7ce817e1135d1d34e6aff38b092f6408d173341f.tar.gz ports-7ce817e1135d1d34e6aff38b092f6408d173341f.zip |
Notes
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index caaf1becb707..21fa50029c67 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -39,6 +39,6 @@ post-patch: pre-build: @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ - ${WKRSRC}/configure ${WRKSRC}/config.h.in + ${WRKSRC}/configure ${WRKSRC}/config.h.in .include <bsd.port.mk> |