diff options
author | lesi <lesi@FreeBSD.org> | 2005-06-15 10:43:36 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-06-15 10:43:36 +0800 |
commit | 84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291 (patch) | |
tree | bb42a7b71b48f8a54accc7caa988837f222ce013 /multimedia | |
parent | 97905f8a7c8bde78045d3d4e0c7381d732562a8e (diff) | |
download | freebsd-ports-gnome-84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291.tar.gz freebsd-ports-gnome-84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291.tar.zst freebsd-ports-gnome-84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291.zip |
Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 1 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 5f32f6a89ccb..99d19abc8c79 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -803,7 +803,6 @@ pre-install: .endif .if defined(WITH_WXGTK) || defined(WITH_SKINS) ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST} - ${ECHO_CMD} "@unexec ${RMDIR} %D/share/pixmaps 2>/dev/null || ${TRUE}" >> ${PLIST} .endif cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} prefix=${FAKEDIR} diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 7aaecb11dd81..f577aacff5a1 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -744,7 +744,6 @@ pre-install: ${SED} -e 's|^|lib/browser_plugins/|' >> ${PLIST} .endif ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST} - ${ECHO_CMD} "@unexec ${RMDIR} %D/share/pixmaps 2>/dev/null || ${TRUE}" >> ${PLIST} do-install: .if !defined(WITHOUT_WXGTK) |