diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/barry/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/bpm/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/pkg_trackinst/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/pkg_tree/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/portbrowser/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/portsman/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/ports-mgmt/barry/Makefile b/ports-mgmt/barry/Makefile index 82f4070..bb0a7e1 100644 --- a/ports-mgmt/barry/Makefile +++ b/ports-mgmt/barry/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade USE_BZIP2= yes USE_KDELIBS_VER=3 -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 post-patch: diff --git a/ports-mgmt/bpm/Makefile b/ports-mgmt/bpm/Makefile index 461d080..853bf2c 100644 --- a/ports-mgmt/bpm/Makefile +++ b/ports-mgmt/bpm/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade USE_X_PREFIX= yes USE_GNOME= gtk20 desktopfileutils -USE_REINPLACE= yes MAKE_ENV+= OSTYPE="${OPSYS}" diff --git a/ports-mgmt/pkg_trackinst/Makefile b/ports-mgmt/pkg_trackinst/Makefile index 0da87bb..0f7de72 100644 --- a/ports-mgmt/pkg_trackinst/Makefile +++ b/ports-mgmt/pkg_trackinst/Makefile @@ -13,7 +13,6 @@ MAINTAINER= perky@FreeBSD.org COMMENT= PkgDB/pkg-plist generator by tracking installation USE_PYTHON= 2.3+ -USE_REINPLACE= yes MAKE_ENV= PYTHON_CMD=${PYTHON_CMD} .include <bsd.port.pre.mk> diff --git a/ports-mgmt/pkg_tree/Makefile b/ports-mgmt/pkg_tree/Makefile index 2ea7846..87841c4 100644 --- a/ports-mgmt/pkg_tree/Makefile +++ b/ports-mgmt/pkg_tree/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Get a 'graphical' tree-overview of installed packages -USE_REINPLACE= yes USE_PERL5= yes MAN7= pkg_tree.7 diff --git a/ports-mgmt/portbrowser/Makefile b/ports-mgmt/portbrowser/Makefile index 9d6e4d7..fdd60b0 100644 --- a/ports-mgmt/portbrowser/Makefile +++ b/ports-mgmt/portbrowser/Makefile @@ -16,7 +16,6 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Graphical frontend for the BSD ports system USE_GNOME= gtk20 -USE_REINPLACE= yes MAKE_ENV= MANDIR=${PREFIX}/man/man \ BINDIR=${PREFIX}/bin \ NOMANCOMPRESS=YES diff --git a/ports-mgmt/portsman/Makefile b/ports-mgmt/portsman/Makefile index 6bf9863..8f92cf3 100644 --- a/ports-mgmt/portsman/Makefile +++ b/ports-mgmt/portsman/Makefile @@ -25,7 +25,6 @@ LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses MAN1= portsman.1 MAN5= portsmanrc.5 GNU_CONFIGURE= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e "/^pmanrcdir/s|etc$$|etc/portsman|" \ |