svn commit: r371989 - head/games/antipolix
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Nov 1 08:33:39 UTC 2014
Author: amdmi3
Date: Sat Nov 1 08:33:37 2014
New Revision: 371989
URL: https://svnweb.freebsd.org/changeset/ports/371989
QAT: https://qat.redports.org/buildarchive/r371989/
Log:
- Simplify MASTER_SITES
- Add LICENSE
- Drop @dirrm* from plist
Modified:
head/games/antipolix/Makefile
head/games/antipolix/pkg-plist
Modified: head/games/antipolix/Makefile
==============================================================================
--- head/games/antipolix/Makefile Sat Nov 1 08:33:31 2014 (r371988)
+++ head/games/antipolix/Makefile Sat Nov 1 08:33:37 2014 (r371989)
@@ -5,13 +5,15 @@ PORTNAME= antipolix
PORTVERSION= 2.1
PORTREVISION= 2
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= games/multiplayer
+MASTER_SITES= XCONTRIB/games/multiplayer
DISTNAME= AntipoliX_${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Simple multiplayer game for X Window System
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
NO_WRKSUBDIR= yes
USES= imake:noman
USE_XORG= x11
Modified: head/games/antipolix/pkg-plist
==============================================================================
--- head/games/antipolix/pkg-plist Sat Nov 1 08:33:31 2014 (r371988)
+++ head/games/antipolix/pkg-plist Sat Nov 1 08:33:37 2014 (r371989)
@@ -7,5 +7,3 @@ bin/antipolix-server
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot.motd.sample
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot.players.sample
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot.server_defaults.sample
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
More information about the svn-ports-all
mailing list