openbsd-ports/net/rsync/Makefile
espie f0467691a8 Bump to release 2.4.6.
- change ftp site to a non-australian site.
- add `recovery site' for old versions.

rsync 2.4.6 fixes a long-standing half-bug, where the writer would sit
in a tight loop if the outgoing connection was slow, chewing all cpu.
2000-09-08 07:16:24 +00:00

36 lines
928 B
Makefile

# $OpenBSD: Makefile,v 1.23 2000/09/08 07:16:24 espie Exp $
DISTNAME= rsync-2.4.6
CATEGORIES= net
NEED_VERSION= 1.317
MASTER_SITES= ftp://ftp.samba.org/pub/rsync/
MASTER_SITES+= ftp://ftp.samba.org/pub/rsync/old-versions/
MAINTAINER= espie@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
DOCDIR= ${PREFIX}/share/doc/rsync
# not MESSAGE, explains the build warning
post-build:
@echo "(this use of mktemp is actually correct)"
do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_PROGRAM} ${WRKBUILD}/rsync ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/rsync.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/rsyncd.conf.5 ${PREFIX}/man/man5
${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/test.sh ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/rsyncstats ${DOCDIR}
.include <bsd.port.mk>