summaryrefslogtreecommitdiff
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-01-03 10:14:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-01-03 10:14:32 +0000
commit853d238a0373a6a43be1c802fcfe70da66e4cc3d (patch)
tree56ea8cec2bc055fec2f8749a5bddb4e6affe994f /net/rsync/Makefile
parentAdded official mirror site ftp.hyperreal.org to MASTER_SITES. (diff)
Upgrade to 1.6.8. Includes more sane deletion processing.
Changes include rsyncd_trees lives in /var/db rather than /etc. Also rsyncd is installed in PREFIX/libexec, not PREFIX/bin.
Notes
Notes: svn path=/head/; revision=9256
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r--net/rsync/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 660b4e9e84ce..572a54122d9b 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,15 +1,18 @@
+# ex:ts=8
# New ports collection makefile for: rsync
# Version required: 1.6.2
# Date created: Sat Aug 3, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.8 1997/10/06 03:46:50 obrien Exp $
+# $Id: Makefile,v 1.9 1997/10/10 06:53:34 obrien Exp $
#
-DISTNAME= rsync-1.6.3
+DISTNAME= rsync-1.6.8
CATEGORIES= net
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
- ftp://sunsite.auc.dk/pub/unix/rsync/
+ ftp://sunsite.auc.dk/pub/unix/rsync/ \
+ ftp://ftp.sunet.se/pub/unix/admin/rsync \
+ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
MAINTAINER= obrien@FreeBSD.org
@@ -25,7 +28,7 @@ post-install:
@strip ${PREFIX}/bin/rsync
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/rsync
- ${INSTALL_DATA} ${WRKSRC}/tech_report.ps ${PREFIX}/share/doc/rsync
+ ${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${PREFIX}/share/doc/rsync
${INSTALL_DATA} ${FILESDIR}/README.daemon ${PREFIX}/share/doc/rsync
${INSTALL_DATA} ${FILESDIR}/rsyncd_trees.eg ${PREFIX}/share/doc/rsync
.endif