diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 21:56:27 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 21:56:27 +0800 |
commit | d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0 (patch) | |
tree | a35566f61939b515f5bf3edc63109b89ea9b970f /multimedia/vlc | |
parent | c87a56b35119a3f8c54074da6dd45335b59a2fc4 (diff) | |
download | freebsd-ports-gnome-d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0.tar.gz freebsd-ports-gnome-d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0.tar.zst freebsd-ports-gnome-d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by: portmgr (bdrewery)
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 535ee945d256..38dc9c2e3031 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -768,7 +768,6 @@ pre-install: ${TOUCH} -f ${PLIST} ${ECHO_CMD} "share/pixmaps/vlc.png" >> ${PLIST} ${ECHO_CMD} "share/applications/vlc.desktop" >> ${PLIST} - ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLIST} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} prefix=${FAKEDIR} ${RM} -f ${FAKEDIR}/share/locale/locale.alias |