aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rdiff-backup
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2009-02-01 06:45:13 +0000
committerVasil Dimov <vd@FreeBSD.org>2009-02-01 06:45:13 +0000
commit1874744796220a5cb7c2a46538ec97df03e5b638 (patch)
tree8fcc60268e47fe99e7f6ee0a38409362cecae365 /sysutils/rdiff-backup
parent8b79e2d9886e562902edc00f6f045cda51270403 (diff)
downloadports-1874744796220a5cb7c2a46538ec97df03e5b638.tar.gz
ports-1874744796220a5cb7c2a46538ec97df03e5b638.zip
Non-functional change in sysutils/rdiff-backup: change variable
name to be in sync with sysutils/rdiff-backup-devel.
Notes
Notes: svn path=/head/; revision=227334
Diffstat (limited to 'sysutils/rdiff-backup')
-rw-r--r--sysutils/rdiff-backup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile
index 567b089966aa..186240627984 100644
--- a/sysutils/rdiff-backup/Makefile
+++ b/sysutils/rdiff-backup/Makefile
@@ -36,8 +36,8 @@ post-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for f in ${DOCFILES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.for doc in ${DOCFILES}
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif