From d9f7262097a5206c873736ff97e4a185ad9d0abc Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Mon, 30 Apr 2001 21:06:56 +0000 Subject: Fix make patch for norsk ispell. Submitted by: Herbert --- textproc/ispell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/ispell') 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 -- cgit v1.2.3