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/openlierox | |
parent | fdb84adb5d95a30368b5d078800109ee52d70aab (diff) | |
download | ports-c87a56b35119a3f8c54074da6dd45335b59a2fc4.tar.gz ports-c87a56b35119a3f8c54074da6dd45335b59a2fc4.zip |
Notes
Diffstat (limited to 'games/openlierox')
-rw-r--r-- | games/openlierox/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 0bd52b1fa024..cee41581f909 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -41,7 +41,6 @@ PORTDATA= * PLIST_FILES= bin/openlierox \ share/applications/openlierox-openlierox.desktop \ share/pixmaps/OpenLieroX.svg -PLIST_DIRSTRY= share/applications OPTIONS_DEFINE= DEDICATED_ONLY DOCS DEDICATED_ONLY_DESC=Build dedicated server only @@ -66,7 +65,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/openlierox ${PREFIX}/bin/ - ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/share/openlierox-openlierox.desktop \ ${PREFIX}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/share/OpenLieroX.svg \ |