Date: Thu, 18 May 2006 14:56:57 GMT From: "Alexander V. Ribchansky" <triosoft@triosoft.com.ua> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/97460: editors/openoffice.org-2.0 fix typo in Makefile Message-ID: <200605181456.k4IEuvDt089397@www.freebsd.org> Resent-Message-ID: <200605181500.k4IF0aiw092239@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605181456.k4IEuvDt089397>