1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix PREFIX expansion in manpage.

This commit is contained in:
David E. O'Brien 1998-12-18 09:06:29 +00:00
parent 33b4afff4b
commit e1367d6ff3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15411

View File

@ -4,7 +4,7 @@
# Date created: Sat Aug 3, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $Id: Makefile,v 1.19 1998/12/08 21:40:06 billf Exp $
# $Id: Makefile,v 1.20 1998/12/09 03:03:13 billf Exp $
#
DISTNAME= rsync-2.2.1
@ -20,6 +20,11 @@ GNU_CONFIGURE= yes
MAN1= rsync.1
MAN5= rsyncd.conf.5
pre-configure:
@${MV} ${WRKSRC}/rsync.1 ${WRKSRC}/rsync.1.in
@${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \
${WRKSRC}/rsync.1.in > ${WRKSRC}/rsync.1
post-install:
@strip ${PREFIX}/bin/rsync
.if !defined(NOPORTDOCS)