diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-19 14:47:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-19 14:47:30 +0000 |
commit | 3ea8391bc40c5627c7c157612fcd17a9fc9061e6 (patch) | |
tree | d59de906f10177fe567a3293e58a90ba781dd20a | |
parent | 2a301f7a0ad525919089345f31cf0065f56c3cda (diff) | |
download | pkgsrc-3ea8391bc40c5627c7c157612fcd17a9fc9061e6.tar.gz |
Replace whitespaces with tabs.
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index b560c6a8a1a..e862100b32f 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2011/10/03 09:49:56 tron Exp $ +# $NetBSD: Makefile,v 1.87 2011/10/19 14:47:30 ryoon Exp $ DISTNAME= rsync-3.0.9 CATEGORIES= net @@ -25,7 +25,7 @@ TEST_TARGET= test PKG_SYSCONFSUBDIR= rsync -RCD_SCRIPTS= rsyncd +RCD_SCRIPTS= rsyncd RCD_SCRIPT_SRC.rsyncd= files/rsyncd.sh SUBST_CLASSES+= paths |