respect SYSCONFDIR, ok espie@
This commit is contained in:
parent
c42f6b2548
commit
9a58667755
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2003/05/11 22:20:55 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2003/06/04 12:21:49 jolan Exp $
|
||||
|
||||
COMMENT= "mirroring/synchronization over low bandwidth links"
|
||||
|
||||
@ -25,6 +25,9 @@ CONFIGURE_ARGS= --with-included-popt \
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/rsync
|
||||
|
||||
post-patch:
|
||||
@perl -pi -e 's,/etc,${SYSCONFDIR},g' ${WRKSRC}/rsync.h
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/rsync ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user