diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-11 17:07:15 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-11 17:07:15 +0800 |
commit | bdb270bd94021b55ffb70dd32f1d9533b4b1805a (patch) | |
tree | c52614263b2f5ba7f61063895461e634b5dee05d /textproc | |
parent | 379aa38790bfc0955456654b8140096062f00681 (diff) | |
download | freebsd-ports-gnome-bdb270bd94021b55ffb70dd32f1d9533b4b1805a.tar.gz freebsd-ports-gnome-bdb270bd94021b55ffb70dd32f1d9533b4b1805a.tar.zst freebsd-ports-gnome-bdb270bd94021b55ffb70dd32f1d9533b4b1805a.zip |
- remove USE_REINPLACE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-WordNet-QueryData/Makefile | 1 | ||||
-rw-r--r-- | textproc/rtfx/Makefile | 1 | ||||
-rw-r--r-- | textproc/srilm/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile index 62209776f545..a95a3658fe04 100644 --- a/textproc/p5-WordNet-QueryData/Makefile +++ b/textproc/p5-WordNet-QueryData/Makefile @@ -21,7 +21,6 @@ WNHOME?= ${LOCALBASE}/share/WordNet PERL_CONFIGURE= yes CONFIGURE_ENV= WNHOME=${WNHOME} -USE_REINPLACE= yes MAN3= WordNet::QueryData.3 diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile index f486476051ff..fbaad2b7e0be 100644 --- a/textproc/rtfx/Makefile +++ b/textproc/rtfx/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron HAS_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes MAN1= rtfx.1 diff --git a/textproc/srilm/Makefile b/textproc/srilm/Makefile index b334279568e1..adb3d49b1bf9 100644 --- a/textproc/srilm/Makefile +++ b/textproc/srilm/Makefile @@ -22,7 +22,6 @@ USE_GMAKE= yes MAKE_ENV+= SRILM=${WRKSRC} ALL_TARGET= World ONLY_FOR_ARCHS= i386 -USE_REINPLACE= yes NO_PACKAGE= "not yet" PROGRAMS= ngram ngram-count ngram-merge ngram-class disambig anti-ngram \ |