diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:15:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:15:53 +0000 |
commit | 28dd10dcb401c431386390d9b259d3f7330f6f2b (patch) | |
tree | 7faca4f0ee68daa442a553a83311caed144b3e09 /shells | |
parent | 0101e2c34264299778df1cb6ea451b51dabf4ded (diff) |
Remove USE_REINPLACE from all categories starting with S
Notes
Notes:
svn path=/head/; revision=162215
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 1 | ||||
-rw-r--r-- | shells/bush/Makefile | 1 | ||||
-rw-r--r-- | shells/fd/Makefile | 2 | ||||
-rw-r--r-- | shells/flash/Makefile | 1 | ||||
-rw-r--r-- | shells/ibsh/Makefile | 1 | ||||
-rw-r--r-- | shells/nologinmsg/Makefile | 2 | ||||
-rw-r--r-- | shells/tcshrc/Makefile | 2 |
7 files changed, 0 insertions, 10 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 66670090271c..6f98b82ec63b 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -32,7 +32,6 @@ COMMENT= The GNU Bourne Again Shell .include <bsd.port.pre.mk> LATEST_LINK= ${PORTNAME}2 -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//} GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline diff --git a/shells/bush/Makefile b/shells/bush/Makefile index 2e5c3deebe55..e52cd1c953e6 100644 --- a/shells/bush/Makefile +++ b/shells/bush/Makefile @@ -31,7 +31,6 @@ MAKEFILE= GNUmakefile USE_SDL= sdl image USE_MYSQL= yes BROKEN_WITH_MYSQL= 323 -USE_REINPLACE= yes REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 2c7f8a728e34..dfba34e4d9a8 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -17,8 +17,6 @@ DISTNAME= FD-${PORTVERSION} MAINTAINER= knu@FreeBSD.org COMMENT= A CUI-based file and directory management tool -USE_REINPLACE= yes - MANLANG= "" ja MAN1= fd.1 fdsh.1 MAKE_ENV= LANG=ja diff --git a/shells/flash/Makefile b/shells/flash/Makefile index 39e0b78722a7..ed8714b263ad 100644 --- a/shells/flash/Makefile +++ b/shells/flash/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -rdynamic" \ LDFLAGS="${LDFLAGS} -rdynamic" SUB_FILES= pkg-message diff --git a/shells/ibsh/Makefile b/shells/ibsh/Makefile index 9d1c3ef657e1..15b520f23e36 100644 --- a/shells/ibsh/Makefile +++ b/shells/ibsh/Makefile @@ -19,7 +19,6 @@ ALL_TARGET= ibsh INSTALL_TARGET= ibsh_install SUB_FILES= pkg-message -USE_REINPLACE= yes PORTDOCS= AUTHORS BUGS CONTRIBUTORS COPYING COPYRIGHT ChangeLog \ INSTALL README TODO VERSION diff --git a/shells/nologinmsg/Makefile b/shells/nologinmsg/Makefile index 60e117f30d16..6d62ea4cc3f7 100644 --- a/shells/nologinmsg/Makefile +++ b/shells/nologinmsg/Makefile @@ -15,8 +15,6 @@ DISTFILES= # none MAINTAINER= freebsd-security@rikrose.net COMMENT= More functional native binary replacement for /sbin/nologin -USE_REINPLACE= yes - MAN8= nologinmsg.8 MANCOMPRESSED= yes diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile index bfe5325a3c6a..f6c236107c8f 100644 --- a/shells/tcshrc/Makefile +++ b/shells/tcshrc/Makefile @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= tcshrc MAINTAINER= seanc@FreeBSD.org COMMENT= A set of configuration scripts for the TCSH shell -USE_REINPLACE= YES - INSTALL_TARGET= systeminstall MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR} |