diff options
author | jmz <jmz@FreeBSD.org> | 2001-05-01 05:06:56 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-05-01 05:06:56 +0800 |
commit | dfb62efed89074880beb78c7f6592cabc9cc6909 (patch) | |
tree | 54f74068cd89be8e9eda4bdf3ac723706beff4a9 /textproc/ispell | |
parent | b1ebc268c07c5ec560dbfdc08f1e578b89366d48 (diff) | |
download | freebsd-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/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 |