diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:53:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:53:33 +0000 |
commit | c87a56b35119a3f8c54074da6dd45335b59a2fc4 (patch) | |
tree | 6a19ff06e1e1ec48fba09fbcc2032b3a6583efd0 /games/bombz | |
parent | fdb84adb5d95a30368b5d078800109ee52d70aab (diff) | |
download | ports-c87a56b35119a3f8c54074da6dd45335b59a2fc4.tar.gz ports-c87a56b35119a3f8c54074da6dd45335b59a2fc4.zip |
Notes
Diffstat (limited to 'games/bombz')
-rw-r--r-- | games/bombz/Makefile | 1 | ||||
-rw-r--r-- | games/bombz/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/games/bombz/Makefile b/games/bombz/Makefile index d5947aa288a8..b16e492edf5f 100644 --- a/games/bombz/Makefile +++ b/games/bombz/Makefile @@ -51,7 +51,6 @@ do-install: .endfor ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/ - @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/bombz/pkg-plist b/games/bombz/pkg-plist index caa1f0028942..7adbd42c1afa 100644 --- a/games/bombz/pkg-plist +++ b/games/bombz/pkg-plist @@ -157,4 +157,3 @@ share/pixmaps/bombz.png @dirrm %%DATADIR%%/levels @dirrm %%DATADIR%%/bombz @dirrm %%DATADIR%% -@dirrmtry share/applications |