summaryrefslogtreecommitdiff
path: root/net/rsync
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/rsync
parentupgrade to 1.4.1 (diff)
Add USE_REINPLACE where appropriate.
Notes
Notes: svn path=/head/; revision=61545
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile1
1 files changed, 1 insertions, 0 deletions
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"