aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ispell
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2001-05-01 05:06:56 +0800
committerjmz <jmz@FreeBSD.org>2001-05-01 05:06:56 +0800
commitdfb62efed89074880beb78c7f6592cabc9cc6909 (patch)
tree54f74068cd89be8e9eda4bdf3ac723706beff4a9 /textproc/ispell
parentb1ebc268c07c5ec560dbfdc08f1e578b89366d48 (diff)
downloadfreebsd-ports-gnome-dfb62efed89074880beb78c7f6592cabc9cc6909.tar.gz
freebsd-ports-gnome-dfb62efed89074880beb78c7f6592cabc9cc6909.tar.zst
freebsd-ports-gnome-dfb62efed89074880beb78c7f6592cabc9cc6909.zip
Fix make patch for norsk ispell.
Submitted by: Herbert <h.j.s@gmx.at>
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile2
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