diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-23 06:55:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-23 06:55:29 +0000 |
commit | 21d4c2e9b12f51dc813ad77046494940a4b78e36 (patch) | |
tree | a4afdee26d4f2738fe66353fcde210adfeb210e5 /net | |
parent | b703ac627704d69886f443648a5293405d619ecf (diff) | |
download | pkgsrc-21d4c2e9b12f51dc813ad77046494940a4b78e36.tar.gz |
rsync: remove reference to non-existent file
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index c4a000aca56..0539d83e5bd 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2022/04/20 20:09:55 wiz Exp $ +# $NetBSD: Makefile,v 1.121 2022/07/23 06:55:29 wiz Exp $ DISTNAME= rsync-3.2.4 CATEGORIES= net @@ -17,7 +17,6 @@ CONFIGURE_ARGS+= --with-included-zlib=no PKG_SYSCONFSUBDIR= rsync TEST_TARGET= test -REPLACE_SH= cmdormsg REPLACE_BASH= rsync-ssl RCD_SCRIPTS= rsyncd |