diff options
author | Dominic Fandrey <kami@FreeBSD.org> | 2016-04-25 22:43:23 +0000 |
---|---|---|
committer | Dominic Fandrey <kami@FreeBSD.org> | 2016-04-25 22:43:23 +0000 |
commit | 9ab41ffb0ed7fe5b80ada841b19b709a527be516 (patch) | |
tree | b925cdd4e451243acc640cf04658621ba50ec608 /games/openarena-oax | |
parent | 969dda2c4536d6545653f93df952867aef66a80b (diff) |
Notes
Diffstat (limited to 'games/openarena-oax')
-rw-r--r-- | games/openarena-oax/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/openarena-oax/Makefile b/games/openarena-oax/Makefile index 328105acab35..4a00253c2d24 100644 --- a/games/openarena-oax/Makefile +++ b/games/openarena-oax/Makefile @@ -8,9 +8,12 @@ CATEGORIES= games MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= kamikaze@bsdforen.de +MAINTAINER= kami@freebsd.org COMMENT= OpenArena Mod: OpenArena Xpanded +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_SUB+= DISTNAME="${DISTNAME}" \ PORTNAME="${PORTNAME}" |