openbsd-ports/net/rsync/Makefile
espie 10e7c2a413 Kill --enable-shared.
To make a long story short, it was just your standard port cut&paste
(it isn't needed, but it can't hurt you, and may even help updating the
port).

Since it does seem to trip Marco, and may be scanned for by people with
shared library problems, it's probably better to kill it.
1999-02-23 10:42:08 +00:00

34 lines
803 B
Makefile

# $OpenBSD: Makefile,v 1.5 1999/02/23 10:42:08 espie Exp $
#
DISTNAME= rsync-2.2.1
CATEGORIES=net
MAINTAINER= espie@openbsd.org
# to set
MASTER_SITES= ftp://rsync.samba.org/pub/rsync/
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} ${WRKSRC}/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>