diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-19 19:39:14 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-19 19:39:14 +0800 |
commit | 02a0adbd847b225f4437ad3447c07bbbdce31816 (patch) | |
tree | fe50d899f4d2a74c4f7752e63eafd99bcda5ba77 /textproc | |
parent | fa50cda769754f971aaf9a13522f3de02191552d (diff) | |
download | freebsd-ports-gnome-02a0adbd847b225f4437ad3447c07bbbdce31816.tar.gz freebsd-ports-gnome-02a0adbd847b225f4437ad3447c07bbbdce31816.tar.zst freebsd-ports-gnome-02a0adbd847b225f4437ad3447c07bbbdce31816.zip |
Remove deprecated USE_REINPLACE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/colordiff/Makefile | 1 | ||||
-rw-r--r-- | textproc/fldiff/Makefile | 1 | ||||
-rw-r--r-- | textproc/htmlise/Makefile | 2 | ||||
-rw-r--r-- | textproc/xlreader/Makefile | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index bbcf8245bb75..3eae47bf69b5 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to colorize diff output USE_PERL5= yes -USE_REINPLACE= yes NO_BUILD= yes MAN1= colordiff.1 diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 3c7d4acb53f0..32d6b89447f1 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk GNU_CONFIGURE= yes USE_X_PREFIX= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile index 5ff3515a5280..9a59ad20edf4 100644 --- a/textproc/htmlise/Makefile +++ b/textproc/htmlise/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://www.ex-parrot.com/~chris/stuff/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Formats plain text as HTML -USE_REINPLACE= yes - TABSIZE?= 8 SRC= htmlise tables markup inline diff --git a/textproc/xlreader/Makefile b/textproc/xlreader/Makefile index 704866c2290e..b09fd42faf05 100644 --- a/textproc/xlreader/Makefile +++ b/textproc/xlreader/Makefile @@ -15,7 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert .xls spread sheets to tab delimited CSV or SQL inserts -USE_REINPLACE= yes PLIST_FILES= bin/xlreader post-patch: |