diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /net/rsync | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
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 |