summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/rsync/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 25e5b6ddfa5..868db415e4a 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 1999/09/03 22:00:52 tron Exp $
+# $NetBSD: Makefile,v 1.26 1999/09/29 08:28:06 agc Exp $
#
DISTNAME= rsync-2.3.1
@@ -8,19 +8,22 @@ MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ \
ftp://ftp0.sunet.se/pub/unix/admin/rsync/ \
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
-PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
- ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/
-PATCHFILES= rsync-231-v6-19990723.diff.gz
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://samba.anu.edu.au/rsync/
+GNU_CONFIGURE= yes
+
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
-GNU_CONFIGURE= yes
+.if ${OPSYS} == "NetBSD"
+PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
+ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/
+PATCHFILES= rsync-231-v6-19990723.diff.gz
+PATCH_DIST_STRIP= -p1
+.endif
+
.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS= --enable-ipv6
.else