diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:53:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:53:33 +0800 |
commit | c5d288a5d4d4844e301e6639245f04aaa28fdb66 (patch) | |
tree | 6a19ff06e1e1ec48fba09fbcc2032b3a6583efd0 /games/megamario | |
parent | 4c1cee313fc49c77baec3d1d30b90bbed1968599 (diff) | |
download | freebsd-ports-gnome-c5d288a5d4d4844e301e6639245f04aaa28fdb66.tar.gz freebsd-ports-gnome-c5d288a5d4d4844e301e6639245f04aaa28fdb66.tar.zst freebsd-ports-gnome-c5d288a5d4d4844e301e6639245f04aaa28fdb66.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
Approved by: portmgr (bdrewery)
Diffstat (limited to 'games/megamario')
-rw-r--r-- | games/megamario/Makefile | 1 | ||||
-rw-r--r-- | games/megamario/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/games/megamario/Makefile b/games/megamario/Makefile index e51e01e026ba..5370d708c7fb 100644 --- a/games/megamario/Makefile +++ b/games/megamario/Makefile @@ -45,7 +45,6 @@ post-patch: post-install: @(cd ${WRKSRC} && ${COPYTREE_SHARE} "help mp3music screens" ${DATADIR}) ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ - @${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/ .if ${PORT_OPTIONS:MDOCS} diff --git a/games/megamario/pkg-plist b/games/megamario/pkg-plist index f5cb00182b56..c28ab81b68e3 100644 --- a/games/megamario/pkg-plist +++ b/games/megamario/pkg-plist @@ -463,4 +463,3 @@ share/pixmaps/megamario.png @dirrm %%DATADIR%%/gfx/background @dirrm %%DATADIR%%/gfx @dirrm %%DATADIR%% -@dirrmtry share/applications |