svn commit: r351573 - head/ftp/omi

Adam Weinberger adamw at FreeBSD.org
Fri Apr 18 23:04:05 UTC 2014


Author: adamw
Date: Fri Apr 18 23:04:05 2014
New Revision: 351573
URL: http://svnweb.freebsd.org/changeset/ports/351573
QAT: https://qat.redports.org/buildarchive/r351573/

Log:
  Fix typo that broke packaging/installation.

Modified:
  head/ftp/omi/Makefile

Modified: head/ftp/omi/Makefile
==============================================================================
--- head/ftp/omi/Makefile	Fri Apr 18 22:48:45 2014	(r351572)
+++ head/ftp/omi/Makefile	Fri Apr 18 23:04:05 2014	(r351573)
@@ -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
 


More information about the svn-ports-all mailing list