diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
commit | 1337aded1e981fd92dfdeaad531b667ebbe30b57 (patch) | |
tree | 2014d824f2cef34bfa703571eba0d3315ba070d1 /sysutils | |
parent | c076dcb797f5ba266f84a9ea2d4446bb71b41205 (diff) | |
download | ports-1337aded1e981fd92dfdeaad531b667ebbe30b57.tar.gz ports-1337aded1e981fd92dfdeaad531b667ebbe30b57.zip |
Notes
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 cdb34ec736fe..ac00ea4fd3ca 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 b5f80327c423..df7a13173e4d 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 6847e566f16a..213a719a782e 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 e79790dc8b7e..aed0d90fa18a 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 fd35676c9087..cbf14aa1e228 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 b15830058b97..c301836e9126 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 1954ee69587d..8eff79d9e28d 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 0fd383ff61d8..e5c86b2ca321 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 |