diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-13 12:24:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-13 12:24:52 +0800 |
commit | 0f7661044b8275c0f091e50819b1c07aa8d03455 (patch) | |
tree | cca7c9fa9a05e2e1f3eed1aa2c43da815663cfeb /textproc/ispell | |
parent | 25dcf463b5734d2e03be6f216482578013e111cd (diff) | |
download | freebsd-ports-gnome-0f7661044b8275c0f091e50819b1c07aa8d03455.tar.gz freebsd-ports-gnome-0f7661044b8275c0f091e50819b1c07aa8d03455.tar.zst freebsd-ports-gnome-0f7661044b8275c0f091e50819b1c07aa8d03455.zip |
Remove USE_REINPLACE from categories starting with T
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index c92919711776..2fb41c331169 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -26,8 +26,6 @@ MLINKS= ispell.1 buildhash.1 \ ispell.1 tryaffix.1 \ ispell.1 spell.1 -USE_REINPLACE= yes - EXTRACT_ONLY= ${ISPELL_FILES} EXTRA_DICT= MAKE_FLAGS= TMPDIR=${WRKDIR} -f |