diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /net/rsync | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index e90606b21cd3..dd4e344cd9a0 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: rsync # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) @@ -8,7 +7,7 @@ PORTNAME= rsync PORTVERSION= 2.4.6 -CATEGORIES= net ipv6 +CATEGORIES= net ipv6 MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ @@ -26,9 +25,9 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400014 -CONFIGURE_ARGS= --enable-ipv6 +CONFIGURE_ARGS= --enable-ipv6 .else -CONFIGURE_ARGS= --disable-ipv6 +CONFIGURE_ARGS= --disable-ipv6 .endif MAN1= rsync.1 MAN5= rsyncd.conf.5 |