summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-09-29 08:28:06 +0000
committeragc <agc@pkgsrc.org>1999-09-29 08:28:06 +0000
commitc68234ecc0ae36e3adcd356f243860801fcb4e3c (patch)
treebf8b4e0d2dde1b5b3ee334932d15c2fad78a890d /net/rsync
parent9bec8c02c44ec8f514260cc19cf28bffa97fbc61 (diff)
downloadpkgsrc-c68234ecc0ae36e3adcd356f243860801fcb4e3c.tar.gz
Make this package work on Solaris again - only use the IPv6 patches if
the OS is NetBSD.
Diffstat (limited to 'net/rsync')
-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