summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-06-19 08:18:10 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-06-19 08:18:10 +0000
commit480346363349d34df50ccbe8af45c0135915e85e (patch)
tree1a2e4492be352c5eb3cccec7ffe7866db512735c /net
parentupgrade to 1.4.1 (diff)
Add USE_REINPLACE where appropriate.
Notes
Notes: svn path=/head/; revision=61545
Diffstat (limited to 'net')
-rw-r--r--net/libosip/Makefile1
-rw-r--r--net/libosip2/Makefile1
-rw-r--r--net/ntalk/Makefile1
-rw-r--r--net/pim6dd/Makefile2
-rw-r--r--net/pim6sd/Makefile2
-rw-r--r--net/portfwd/Makefile1
-rw-r--r--net/py-rt/Makefile1
-rw-r--r--net/rsync/Makefile1
8 files changed, 10 insertions, 0 deletions
diff --git a/net/libosip/Makefile b/net/libosip/Makefile
index 18fc1048cc24..029f814c8bae 100644
--- a/net/libosip/Makefile
+++ b/net/libosip/Makefile
@@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= osip
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile
index 18fc1048cc24..029f814c8bae 100644
--- a/net/libosip2/Makefile
+++ b/net/libosip2/Makefile
@@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= osip
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/net/ntalk/Makefile b/net/ntalk/Makefile
index 1e23eec6f07a..b315ac6e0d62 100644
--- a/net/ntalk/Makefile
+++ b/net/ntalk/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES= http://network.terramail.pl/files/
MAINTAINER= gslin@ccca.nctu.edu.tw
+USE_REINPLACE= yes
ALL_TARGET= ${PORTNAME}
post-patch:
diff --git a/net/pim6dd/Makefile b/net/pim6dd/Makefile
index 21c1e080926e..56642ab8ff27 100644
--- a/net/pim6dd/Makefile
+++ b/net/pim6dd/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= ume@FreeBSD.org
NO_CDROM= "Cannot be sold for profit"
+USE_REINPLACE= yes
+
MAN5= pim6dd.conf.5
MAN8= pim6dd.8
MANCOMPRESSED= yes
diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile
index 041f08d49dd4..217ffe7c1054 100644
--- a/net/pim6sd/Makefile
+++ b/net/pim6sd/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= ume@FreeBSD.org
NO_CDROM= "Cannot be sold for profit"
+USE_REINPLACE= yes
+
MAN5= pim6sd.conf.5
MAN8= pim6sd.8
MANCOMPRESSED= yes
diff --git a/net/portfwd/Makefile b/net/portfwd/Makefile
index 495df52a63a8..66d8cd1a895a 100644
--- a/net/portfwd/Makefile
+++ b/net/portfwd/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= sysadmin@alexdupre.com
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_REINPLACE= yes
MAN5= portfwd.cfg.5
MAN8= portfwd.8
diff --git a/net/py-rt/Makefile b/net/py-rt/Makefile
index 124a4260e934..b7749626acee 100644
--- a/net/py-rt/Makefile
+++ b/net/py-rt/Makefile
@@ -16,6 +16,7 @@ DISTNAME= pyrt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
+USE_REINPLACE= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
DOCSDIR= ${PREFIX}/share/doc/py-rt
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index f6d507ca15ac..28517aba200d 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -19,6 +19,7 @@ MAINTAINER= obraun@informatik.unibw-muenchen.de
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"