diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
commit | d39e175d47585b9cc1d36a49774dfe2ee4b31e9e (patch) | |
tree | 92b54444fff35392303ed68ce61afdaebca172c4 /net | |
parent | 60a366e2f720f7ce2364b5b9d33c7058aee5829b (diff) | |
download | FreeBSD-ports-d39e175d47585b9cc1d36a49774dfe2ee4b31e9e.zip FreeBSD-ports-d39e175d47585b9cc1d36a49774dfe2ee4b31e9e.tar.gz |
Remove USE_REINPLACE from ports starting with M
Diffstat (limited to 'net')
-rw-r--r-- | net/mcl/Makefile | 1 | ||||
-rw-r--r-- | net/udpcast/Makefile | 1 | ||||
-rw-r--r-- | net/zaptel12/Makefile | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/net/mcl/Makefile b/net/mcl/Makefile index 32dd98b..de1aa71 100644 --- a/net/mcl/Makefile +++ b/net/mcl/Makefile @@ -20,7 +20,6 @@ BUILD_DEPENDS= makedepend:${X_IMAKE_PORT} \ gdome-config:${PORTSDIR}/textproc/gdome2 \ glib-gettextize:${PORTSDIR}/devel/glib20 -USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes MAN1= fcast.1 fcastn.1 mclrecv2.1 mclsend2.1 diff --git a/net/udpcast/Makefile b/net/udpcast/Makefile index 681446a..fc511f1 100644 --- a/net/udpcast/Makefile +++ b/net/udpcast/Makefile @@ -14,7 +14,6 @@ DISTNAME= ${PORTNAME}-${RELEASE_DATE} MAINTAINER= ports@FreeBSD.org COMMENT= A file transfer tool using ethernet's multicast -USE_REINPLACE= yes USE_GETOPT_LONG=yes USE_GMAKE= yes USE_PERL5_BUILD= yes diff --git a/net/zaptel12/Makefile b/net/zaptel12/Makefile index 97102d9..b2409e0 100644 --- a/net/zaptel12/Makefile +++ b/net/zaptel12/Makefile @@ -16,8 +16,6 @@ COMMENT= A FreeBSD Driver for FXO, FXS, BRI and PRI Telephony Cards LIB_DEPENDS= newt.51:${PORTSDIR}/devel/newt -USE_REINPLACE= yes - NO_PACKAGE= Should be in sync with the kernel to work correctly ONLY_FOR_ARCHS= i386 |