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 /sysutils | |
parent | fa50cda769754f971aaf9a13522f3de02191552d (diff) | |
download | freebsd-ports-graphics-02a0adbd847b225f4437ad3447c07bbbdce31816.tar.gz freebsd-ports-graphics-02a0adbd847b225f4437ad3447c07bbbdce31816.tar.zst freebsd-ports-graphics-02a0adbd847b225f4437ad3447c07bbbdce31816.zip |
Remove deprecated USE_REINPLACE
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cmospwd/Makefile | 2 | ||||
-rw-r--r-- | sysutils/disktype/Makefile | 1 | ||||
-rw-r--r-- | sysutils/highlnk/Makefile | 2 | ||||
-rw-r--r-- | sysutils/magicrescue/Makefile | 1 | ||||
-rw-r--r-- | sysutils/most/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rej/Makefile | 1 | ||||
-rw-r--r-- | sysutils/watchfolder/Makefile | 1 | ||||
-rw-r--r-- | sysutils/wuzzah/Makefile | 1 |
8 files changed, 0 insertions, 10 deletions
diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile index cdb34ec736f..ac00ea4fd3c 100644 --- a/sysutils/cmospwd/Makefile +++ b/sysutils/cmospwd/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://www.cgsecurity.org/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A BIOS password recovery tool -USE_REINPLACE= yes - PLIST_FILES= bin/cmospwd PORTDOCS= cmospwd.txt diff --git a/sysutils/disktype/Makefile b/sysutils/disktype/Makefile index b5f80327c42..df7a13173e4 100644 --- a/sysutils/disktype/Makefile +++ b/sysutils/disktype/Makefile @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Disk formatting type autodetector -USE_REINPLACE= yes USE_GMAKE= yes PLIST_FILES= bin/disktype diff --git a/sysutils/highlnk/Makefile b/sysutils/highlnk/Makefile index 6847e566f16..213a719a782 100644 --- a/sysutils/highlnk/Makefile +++ b/sysutils/highlnk/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://perli.net/projekte/highlnk/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to save disk space on hard disks by using hardlinks -USE_REINPLACE= yes - PLIST_FILES= bin/highlnk PORTDOCS= README MAN1= highlnk.1 diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index e79790dc8b7..aed0d90fa18 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A file recovery tool which recovers deleted files from a block device GNU_CONFIGURE= yes -USE_REINPLACE= yes USE_PERL5_RUN= yes MAN1= dupemap.1 magicrescue.1 magicsort.1 diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index fd35676c908..cbf14aa1e22 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -19,7 +19,6 @@ COMMENT= A pager (like less) which has support for windows and binary files LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ARGS+=--enable-mmap PLIST_FILES= bin/most diff --git a/sysutils/rej/Makefile b/sysutils/rej/Makefile index b15830058b9..c301836e912 100644 --- a/sysutils/rej/Makefile +++ b/sysutils/rej/Makefile @@ -16,7 +16,6 @@ COMMENT= Merges patch-rejects and runs a merge program to verify the changes USE_PERL5= yes NO_BUILD= yes -USE_REINPLACE= yes PORTDOCS= CHANGELOG README vimrc PLIST_FILES= bin/rej bin/rej-qp bin/rej-mp diff --git a/sysutils/watchfolder/Makefile b/sysutils/watchfolder/Makefile index 1954ee69587..8eff79d9e28 100644 --- a/sysutils/watchfolder/Makefile +++ b/sysutils/watchfolder/Makefile @@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Watch folders for new files and process them WRKSRC= ${WRKDIR}/watchd-${PORTVERSION} -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc $$(OPT)|${CC} ${CFLAGS}|' \ diff --git a/sysutils/wuzzah/Makefile b/sysutils/wuzzah/Makefile index 0fd383ff61d..e5c86b2ca32 100644 --- a/sysutils/wuzzah/Makefile +++ b/sysutils/wuzzah/Makefile @@ -15,7 +15,6 @@ COMMENT= A command line utility for stalking users GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes PLIST_FILES= bin/wuzzah MAN1= wuzzah.1 |