svn commit: r331411 - head/www/linux-f10-flashplugin11
Eitan Adler
eadler at FreeBSD.org
Wed Oct 23 18:59:19 UTC 2013
Author: eadler
Date: Wed Oct 23 18:59:18 2013
New Revision: 331411
URL: http://svnweb.freebsd.org/changeset/ports/331411
Log:
Unquiet my ports to make debugging easier.
Modified:
head/www/linux-f10-flashplugin11/Makefile
Modified: head/www/linux-f10-flashplugin11/Makefile
==============================================================================
--- head/www/linux-f10-flashplugin11/Makefile Wed Oct 23 18:58:57 2013 (r331410)
+++ head/www/linux-f10-flashplugin11/Makefile Wed Oct 23 18:59:18 2013 (r331411)
@@ -45,10 +45,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e '/^NotShowIn=KDE/d' ${WRKDIR}/usr/share/applications/flash-player-properties.desktop
post-install:
- @${INSTALL_PROGRAM} ${WRKDIR}/libflashsupport.so ${LINUXBASE}/usr/lib
- @${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/flash-player-properties ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKDIR}/usr/share/applications/flash-player-properties.desktop ${DESKTOPDIR}
- @(cd ${WRKDIR}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons)
+ ${INSTALL_PROGRAM} ${WRKDIR}/libflashsupport.so ${LINUXBASE}/usr/lib
+ ${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/flash-player-properties ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKDIR}/usr/share/applications/flash-player-properties.desktop ${DESKTOPDIR}
+ (cd ${WRKDIR}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons)
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi"
More information about the svn-ports-head
mailing list