diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-08-01 13:03:54 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-08-01 13:03:54 +0800 |
commit | fdf6f52327a4c0fd0efc2441d19f8e71741943cb (patch) | |
tree | 7f623f8567f70eba84b7187bd5b2251aeca6b586 /textproc/ispell | |
parent | e66a2a17216b4b94c69b1c52ff6a0eaa079471e9 (diff) | |
download | freebsd-ports-gnome-fdf6f52327a4c0fd0efc2441d19f8e71741943cb.tar.gz freebsd-ports-gnome-fdf6f52327a4c0fd0efc2441d19f8e71741943cb.tar.zst freebsd-ports-gnome-fdf6f52327a4c0fd0efc2441d19f8e71741943cb.zip |
- othe ports need to overwrite UNSQ
PR: 28368
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 757cdb30d93c..c4a9509de16a 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -25,7 +25,7 @@ MAKE_FLAGS= TMPDIR=${WRKDIR} -f ALL_TARGET= BUILDHASH= ${WRKSRC}/buildhash -UNSQ= ${WRKSRC}/unsq +UNSQ?= ${WRKSRC}/unsq MUNCHLIST= ${WRKSRC}/munchlist DATADIR= ${PREFIX}/share/ispell |