diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /net/rsync | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 7340597103d..5372f02ad58 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/11/26 23:34:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 1999/02/20 22:48:36 hubertf Exp $ # DISTNAME= rsync-2.2.1 @@ -11,8 +11,6 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://samba.anu.edu.au/rsync/ -CONFLICTS= rsync-1.6.9 rsync-2.0.18 rsync-2.1.0 rsync-2.1.1 - GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |