diff options
author | kris <kris@FreeBSD.org> | 2004-01-30 18:09:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-01-30 18:09:20 +0800 |
commit | c3051e004810acb5c783dc8f1a8dfed7d9c89d2f (patch) | |
tree | 2d0fbd4e766ca96800dd6e49201bc953fa559a64 /games/xpilot-ng-server | |
parent | 88b2a8ce614e2295d353b58b2d6923d0b152e1af (diff) | |
download | freebsd-ports-graphics-c3051e004810acb5c783dc8f1a8dfed7d9c89d2f.tar.gz freebsd-ports-graphics-c3051e004810acb5c783dc8f1a8dfed7d9c89d2f.tar.zst freebsd-ports-graphics-c3051e004810acb5c783dc8f1a8dfed7d9c89d2f.zip |
Fix plist and bump PORTREVISION
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 | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/games/xpilot-ng-server/Makefile b/games/xpilot-ng-server/Makefile index c145dde72d7..4fd82b2c7fc 100644 --- a/games/xpilot-ng-server/Makefile +++ b/games/xpilot-ng-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= xpilot-ng PORTVERSION= 4.5.4X2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.hut.fi/~ksoderbl/xpilot/ DISTNAME= xpilot-${PORTVERSION} @@ -19,6 +20,8 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 USE_X_PREFIX= yes GNU_CONFIGURE= yes +MAN6= xp-mapedit-ng.6 xp-replay-ng.6 xpilot-ng.6 xpilots-ng.6 + CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --program-suffix=-ng diff --git a/games/xpilot-ng-server/pkg-plist b/games/xpilot-ng-server/pkg-plist index 72954edfb84..85da5c490fd 100644 --- a/games/xpilot-ng-server/pkg-plist +++ b/games/xpilot-ng-server/pkg-plist @@ -1,6 +1,7 @@ bin/xpilot-ng bin/xpilots-ng bin/xp-replay-ng +share/xpilot/mapconvert.py share/xpilot-ng/maps/teamcup.xp share/xpilot-ng/maps/polybloods.xp2 share/xpilot-ng/textures/allitems.ppm @@ -62,6 +63,7 @@ share/xpilot-ng/defaults share/xpilot-ng/password share/xpilot-ng/robots share/xpilot-ng/sounds +@dirrm share/xpilot @dirrm share/xpilot-ng/maps @dirrm share/xpilot-ng/textures @dirrm share/xpilot-ng |