diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-11-24 14:06:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-11-24 14:06:54 +0000 |
commit | 4e641c4c060b5bc8b64c3e3225cb296ad9746119 (patch) | |
tree | bdb48388f0dd43d8ee68c845a95cd4aef4ceeff4 /games/xpilot-ng-server | |
parent | 7cc570e2e973318b57f2f500441cac4a4722e1cf (diff) |
Notes
Diffstat (limited to 'games/xpilot-ng-server')
-rw-r--r-- | games/xpilot-ng-server/Makefile | 3 | ||||
-rw-r--r-- | games/xpilot-ng-server/pkg-plist.client | 4 | ||||
-rw-r--r-- | games/xpilot-ng-server/pkg-plist.server | 2 |
3 files changed, 2 insertions, 7 deletions
diff --git a/games/xpilot-ng-server/Makefile b/games/xpilot-ng-server/Makefile index 0743256c499b..a00eed08260b 100644 --- a/games/xpilot-ng-server/Makefile +++ b/games/xpilot-ng-server/Makefile @@ -11,7 +11,8 @@ PKGNAMESUFFIX?= -server MAINTAINER= ports@FreeBSD.org COMMENT?= Enhanced version of XPilot (server program) -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 diff --git a/games/xpilot-ng-server/pkg-plist.client b/games/xpilot-ng-server/pkg-plist.client index 88f2f766c864..635fb5ae62dc 100644 --- a/games/xpilot-ng-server/pkg-plist.client +++ b/games/xpilot-ng-server/pkg-plist.client @@ -108,7 +108,3 @@ share/xpilot-ng/textures/wall_ull.ppm share/xpilot-ng/textures/wall_ur.ppm share/xpilot-ng/textures/wall_url.ppm share/xpilot-ng/textures/wormhole.ppm -@dirrm share/xpilot-ng/fonts -%%SOUND%%@dirrm share/xpilot-ng/sound -@dirrm share/xpilot-ng/textures -@dirrm share/xpilot-ng diff --git a/games/xpilot-ng-server/pkg-plist.server b/games/xpilot-ng-server/pkg-plist.server index db1a6ed45d7e..0dfd84bc4a01 100644 --- a/games/xpilot-ng-server/pkg-plist.server +++ b/games/xpilot-ng-server/pkg-plist.server @@ -16,5 +16,3 @@ share/xpilot-ng/maps/teamcup.xp share/xpilot-ng/maps/tourmination.xp2 share/xpilot-ng/password.txt share/xpilot-ng/robots.txt -@dirrm share/xpilot-ng/maps -@dirrm share/xpilot-ng |