aboutsummaryrefslogtreecommitdiff
path: root/net/librsync
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2011-09-10 16:10:47 +0000
committerShaun Amott <shaun@FreeBSD.org>2011-09-10 16:10:47 +0000
commit287a04d209e6320dd267d56e4012ea243e005ae7 (patch)
treeaa99a993ea6807452b3795ff26d960a00852c715 /net/librsync
parent43fb1fdc6df0e3985c534957c3bea413433a9c5d (diff)
downloadports-287a04d209e6320dd267d56e4012ea243e005ae7.tar.gz
ports-287a04d209e6320dd267d56e4012ea243e005ae7.zip
Install rdiff manpage.
Submitted by: "Klaus T. Aehlig" <aehlig@linta.de> via freebsd-ports
Notes
Notes: svn path=/head/; revision=281591
Diffstat (limited to 'net/librsync')
-rw-r--r--net/librsync/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index 933708506f00..1d9bc62454af 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -26,9 +26,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-shared --disable-trace
USE_LDCONFIG= yes
+MAN1= rdiff.1
MAN3= librsync.3
-post-patch:
- @${REINPLACE_CMD} -e 's|= rdiff.1|=|g' ${WRKSRC}/doc/Makefile.in
-
.include <bsd.port.mk>