Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2005 16:05:48 +0200
From:      "Alexander S. Usov" <A.S.Usov@kvi.nl>
To:        freebsd-ports@freebsd.org
Subject:   Typo in multimedia/vlc Makefile
Message-ID:  <d9p0mm$846$1@sea.gmane.org>

next in thread | raw e-mail | index | archive | help
There is a (probably cut-n-paste) typo in vlc's Makefile.
One should apply following patch to make in installable:
======
--- Makefile.orig       Mon Jun 27 09:13:15 2005
+++ Makefile    Mon Jun 27 16:01:43 2005
@@ -835,7 +835,7 @@
        ${ECHO_CMD} "@unexec ${RMDIR} %D/share/locale/${locale} 2>/dev/null
|| ${TRUE}" >> ${PLIST}
 .endfor
 .if defined(WITH_WXGTK) || defined(WITH_SKINS)
-       ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null ||
${TRU
+       ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null ||
${TRUE}" >> ${PLIST}
 .endif

 pre-configure:
======

Can somebody correct it?

-- 
Best regards,
  Alexander.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d9p0mm$846$1>