diff options
-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 |