summaryrefslogtreecommitdiff
path: root/ftp/omi/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-04-18 23:04:05 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-04-18 23:04:05 +0000
commitcc394b56aa766f2fc7d8fa915ea28d22e3d00827 (patch)
tree3d5cd8d872ff992e64c9599c5f11b0cf29805c73 /ftp/omi/Makefile
parentReduce diff between Orcle/Sun Java ports and clean up. (diff)
Fix typo that broke packaging/installation.
Notes
Notes: svn path=/head/; revision=351573
Diffstat (limited to 'ftp/omi/Makefile')
-rw-r--r--ftp/omi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/omi/Makefile b/ftp/omi/Makefile
index c464a6f1b9ba..9dfde714a582 100644
--- a/ftp/omi/Makefile
+++ b/ftp/omi/Makefile
@@ -22,7 +22,7 @@ pre-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/omi ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for file in README.txt README.html CHANGES BSD_COPYRIGHT
+.for file in README.txt README.html CHANGES BSD-COPYRIGHT
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor