openbsd-ports/net/rsync/Makefile
espie fc97b432ed Patch ups rsync to the same functionality as 2.3.1.
Specifically, it fixes the security hole that is described in
pkg/SECURITY...

Wedged in as security fixes are important, especially when they're small.
Real 2.3.1 will wait after tree thaws.
1999-04-09 02:20:14 +00:00

38 lines
860 B
Makefile

# $OpenBSD: Makefile,v 1.8 1999/04/09 02:20:14 espie Exp $
#
DISTNAME= rsync-2.3.0
CATEGORIES=net
NEED_VERSION=1.60
PATCH_STRIP=-p1
MAINTAINER= espie@openbsd.org
MASTER_SITES= ftp://rsync.samba.org/pub/rsync/
SEPARATE_BUILD=concurrent
GNU_CONFIGURE= yes
# not MESSAGE, explains the build warning
post-build:
@echo "(this use of mktemp is actually correct)"
DOCDIR=${PREFIX}/share/doc/rsync
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/rsync ${PREFIX}/bin
${INSTALL_MAN_DIR} ${PREFIX}/man/man1
${INSTALL_MAN_DIR} ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/rsync.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/rsyncd.conf.5 ${PREFIX}/man/man5
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/test.sh ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/rsyncstats ${DOCDIR}
.include <bsd.port.mk>