diff options
author | Philip Paeps <philip@FreeBSD.org> | 2008-05-07 12:58:39 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2008-05-07 12:58:39 +0000 |
commit | 1c83a169bc6a81f6f49a2bdbfd8d64079236c5be (patch) | |
tree | 0e073bcc865858e2dd3160e97306b9b74d6089cb /games/wesnoth/pkg-plist | |
parent | - Add CONFLICTS for dns/powerdns-devel (diff) |
- Fix pkg-plist when building without tools or without the editor[1].
- Finally convert to using OPTIONS=.
PR: ports/123436 [1]
Submitted by: Mel <mel -at- rachie.is-a-geek.net> [1]
Reviewed by: miwi
Notes
Notes:
svn path=/head/; revision=212797
Diffstat (limited to 'games/wesnoth/pkg-plist')
-rw-r--r-- | games/wesnoth/pkg-plist | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist index 4e3ee237f48a..268694251ab7 100644 --- a/games/wesnoth/pkg-plist +++ b/games/wesnoth/pkg-plist @@ -1,12 +1,12 @@ -%%CAMPAIGN:%%bin/campaignd -%%TOOLS:%%bin/cutter -%%TOOLS:%%bin/exploder +%%CAMPAIGN%%bin/campaignd +%%TOOLS%%bin/cutter +%%TOOLS%%bin/exploder bin/wesnoth -bin/wmlindent -bin/wmllint -bin/wmlscope -%%EDITOR:%%bin/wesnoth_editor -%%SERVER:%%bin/wesnothd +%%TOOLS%%bin/wmlindent +%%TOOLS%%bin/wmllint +%%TOOLS%%bin/wmlscope +%%EDITOR%%bin/wesnoth_editor +%%SERVER%%bin/wesnothd share/locale/af/LC_MESSAGES/wesnoth-aoi.mo share/locale/af/LC_MESSAGES/wesnoth-did.mo share/locale/af/LC_MESSAGES/wesnoth-editor.mo @@ -8359,10 +8359,10 @@ share/locale/zh_TW/LC_MESSAGES/wesnoth.mo @dirrmtry man/zh_CN/man6 @dirrmtry man/zh_CN share/applications/wesnoth.desktop -share/applications/wesnoth_editor.desktop +%%EDITOR%%share/applications/wesnoth_editor.desktop share/pixmaps/wesnoth-icon.png -share/pixmaps/wesnoth_editor-icon.png -%%SERVER:%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt +%%EDITOR%%share/pixmaps/wesnoth_editor-icon.png +%%SERVER%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt @dirrmtry share/locale/ca_ES@valencia/LC_MESSAGES @dirrmtry share/locale/ca_ES@valencia @dirrmtry share/locale/gl_ES/LC_MESSAGES |