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/thegrind | |
parent | fdb84adb5d95a30368b5d078800109ee52d70aab (diff) |
- 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/thegrind')
-rw-r--r-- | games/thegrind/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/thegrind/Makefile b/games/thegrind/Makefile index 1262fe7d5345..38c41f5178ad 100644 --- a/games/thegrind/Makefile +++ b/games/thegrind/Makefile @@ -30,7 +30,6 @@ PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png \ %%DATADIR%%/${PORTNAME}.zip PLIST_DIRS= %%DATADIR%% -PLIST_DIRSTRY= share/applications PORTDOCS= ChangeLog |