aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-04-19 07:04:05 +0800
committeradamw <adamw@FreeBSD.org>2014-04-19 07:04:05 +0800
commit3b6de77d70ca544784d0c9283a7e09eb3612f078 (patch)
tree3d5cd8d872ff992e64c9599c5f11b0cf29805c73
parent6f0d2d4e47b6e033155c6c4a90bece8123b14075 (diff)
downloadfreebsd-ports-gnome-3b6de77d70ca544784d0c9283a7e09eb3612f078.tar.gz
freebsd-ports-gnome-3b6de77d70ca544784d0c9283a7e09eb3612f078.tar.zst
freebsd-ports-gnome-3b6de77d70ca544784d0c9283a7e09eb3612f078.zip
Fix typo that broke packaging/installation.
-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