Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2007 08:14:44 +0200
From:      Matthias Apitz <m.apitz@oclcpica.org>
To:        openoffice@FreeBSD.org
Subject:   bug in ports/editors/openoffice.org-2.0-devel/Makefile
Message-ID:  <20070512061444.GA15492@rebelion.Sisis.de>

next in thread | raw e-mail | index | archive | help

Hello,

the above Makefile (rev. 1.277) contains a small bug which
makes the installation failing; I'm attaching a diff

	matthias

*** Makefile    Sat May 12 08:31:22 2007
--- Makefile.orig       Sat May 12 08:30:48 2007
***************
*** 258,264 ****
                        ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop
        @${RM} ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop.bak
  .if defined(WITH_KDE)
!       @${LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg \
                        ${PREFIX}/share/applnk/${EXECBASE}
        @${PRINTF} "share/applnk/${EXECBASE}\n" >> ${TMPPLIST}
        @for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \
--- 258,264 ----
                        ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop
        @${RM} ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop.bak
  .if defined(WITH_KDE)
!       @{LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg \
                        ${PREFIX}/share/applnk/${EXECBASE}
        @${PRINTF} "share/applnk/${EXECBASE}\n" >> ${TMPPLIST}
        @for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \

-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <m.apitz@oclcpica.org> - w http://www.oclcpica.org/ http://guru.UnixLand.de/
b http://gurucubano.blogspot.com/
OCLC PICA GmbH, Geschaeftsfuehrer: Christine Magin-Weeger, Norbert Weinberger
Sitz der Gesellschaft: Oberhaching, HRB Muenchen: 113261



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070512061444.GA15492>