diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 57c5b31de7e18245f582318496394bea5bb4aefc (patch) | |
tree | a4d63eb155e8dfb9428d1f6faed6e91fcb4150fd /net | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | FreeBSD-ports-57c5b31de7e18245f582318496394bea5bb4aefc.zip FreeBSD-ports-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz |
Add USE_REINPLACE where appropriate.
Diffstat (limited to 'net')
-rw-r--r-- | net/libosip/Makefile | 1 | ||||
-rw-r--r-- | net/libosip2/Makefile | 1 | ||||
-rw-r--r-- | net/ntalk/Makefile | 1 | ||||
-rw-r--r-- | net/pim6dd/Makefile | 2 | ||||
-rw-r--r-- | net/pim6sd/Makefile | 2 | ||||
-rw-r--r-- | net/portfwd/Makefile | 1 | ||||
-rw-r--r-- | net/py-rt/Makefile | 1 | ||||
-rw-r--r-- | net/rsync/Makefile | 1 |
8 files changed, 10 insertions, 0 deletions
diff --git a/net/libosip/Makefile b/net/libosip/Makefile index 18fc104..029f814 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 18fc104..029f814 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 1e23eec..b315ac6 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 21c1e08..56642ab 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 041f08d..217ffe7 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 495df52..66d8cd1 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 124a426..b774962 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 f6d507c..28517ab 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" |