diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-04-30 21:06:56 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-04-30 21:06:56 +0000 |
commit | d9f7262097a5206c873736ff97e4a185ad9d0abc (patch) | |
tree | e599418c080c8bf1ffae1efb8d496c60218c6995 /textproc/ispell | |
parent | 63b59b1c3f4668e054d75bf543d0a7402548840d (diff) | |
download | ports-d9f7262097a5206c873736ff97e4a185ad9d0abc.tar.gz ports-d9f7262097a5206c873736ff97e4a185ad9d0abc.zip |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index ef4fc09016cb..7b3df2f68770 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -146,7 +146,7 @@ post-patch: @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/SE.patch 2>/dev/null .endif .if defined(ISPELL_NO) - cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/NO.patch 2>/dev/null + @cd ${WRKDIR}/norsk && ${PATCH} < ${FILESDIR}/NO.patch 2>/dev/null .endif .if defined(ISPELL_NL) @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/NL.patch 2>/dev/null |