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/briquolo/Makefile | |
parent | fdb84adb5d95a30368b5d078800109ee52d70aab (diff) | |
download | ports-c87a56b35119a3f8c54074da6dd45335b59a2fc4.tar.gz ports-c87a56b35119a3f8c54074da6dd45335b59a2fc4.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
Approved by: portmgr (bdrewery)
Notes
Notes:
svn path=/head/; revision=331269
Diffstat (limited to 'games/briquolo/Makefile')
-rw-r--r-- | games/briquolo/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 0f10e760f6e1..4a0cc1825b95 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -42,9 +42,6 @@ post-patch: -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ ${WRKSRC}/src/MOGL/MOGL_Image.cpp -pre-install: - ${MKDIR} ${PREFIX}/share/applications - post-install: @-update-desktop-database |