ports/97460: editors/openoffice.org-2.0 fix typo in Makefile
Alexander V. Ribchansky
triosoft at triosoft.com.ua
Thu May 18 15:00:42 UTC 2006
>Number: 97460
>Category: ports
>Synopsis: editors/openoffice.org-2.0 fix typo in Makefile
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu May 18 15:00:36 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Alexander V. Ribchansky
>Release: FreeBSD 6.1-STABLE i386
>Organization:
TrioSoft
>Environment:
FreeBSD sigterm.zk.minjust.gov.ua 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 9 11:56:41 EEST 2006 shurik at sigterm.zk.minjust.gov.ua:/usr/obj/usr/src/sys/TS_IJUST_KERNEL i386
>Description:
When createing package from recently build openoffice.org-2.0 I found that there is smal typo in Makefile. Instead of hicolor there is hiclor so pkg-list of package become wrong and corresponding icons aren't included in package.
>How-To-Repeat:
create package for openoffice.org-2.0
>Fix:
--- Makefile.orig Thu May 18 17:45:05 2006
+++ Makefile Thu May 18 17:45:27 2006
@@ -259,7 +259,7 @@
for file in `cd ${ICONS}/hicolor/$${dir}/mimetypes; ls *.png`; do \
${CP} ${ICONS}/hicolor/$${dir}/mimetypes/$${file} \
${PREFIX}/share/icons/hicolor/$${dir}/mimetypes/ ; \
- ${PRINTF} "share/icons/hiclor/$${dir}/mimetypes/$${file}\n" >> ${TMPPLIST} ; \
+ ${PRINTF} "share/icons/hicolor/$${dir}/mimetypes/$${file}\n" >> ${TMPPLIST} ; \
done ; \
done
@cd ${PREFIX} ; ${FIND} -s bin -type f | ${GREP} ${EXECBASE} >> ${TMPPLIST}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list