aboutsummaryrefslogtreecommitdiffstats
path: root/www/linux-f10-flashplugin11
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-10-24 02:59:18 +0800
committereadler <eadler@FreeBSD.org>2013-10-24 02:59:18 +0800
commit9e5482d5bda17132e7a1ddaf1269a94ec59a5014 (patch)
tree996bccb6223b3760e3012deab1f343e823b24b01 /www/linux-f10-flashplugin11
parentff5e352b9b2cdbbf4cfe90b84b0c10dcc8702305 (diff)
downloadfreebsd-ports-gnome-9e5482d5bda17132e7a1ddaf1269a94ec59a5014.tar.gz
freebsd-ports-gnome-9e5482d5bda17132e7a1ddaf1269a94ec59a5014.tar.zst
freebsd-ports-gnome-9e5482d5bda17132e7a1ddaf1269a94ec59a5014.zip
Unquiet my ports to make debugging easier.
Diffstat (limited to 'www/linux-f10-flashplugin11')
-rw-r--r--www/linux-f10-flashplugin11/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/linux-f10-flashplugin11/Makefile b/www/linux-f10-flashplugin11/Makefile
index c06103fbb1be..178916133354 100644
--- a/www/linux-f10-flashplugin11/Makefile
+++ b/www/linux-f10-flashplugin11/Makefile
@@ -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"