svn commit: r373849 - head/games/xmoto

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 3 21:39:06 UTC 2014


Author: amdmi3
Date: Wed Dec  3 21:39:05 2014
New Revision: 373849
URL: https://svnweb.freebsd.org/changeset/ports/373849
QAT: https://qat.redports.org/buildarchive/r373849/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Add OPSYS to OSVERSION check

Modified:
  head/games/xmoto/Makefile

Modified: head/games/xmoto/Makefile
==============================================================================
--- head/games/xmoto/Makefile	Wed Dec  3 19:57:09 2014	(r373848)
+++ head/games/xmoto/Makefile	Wed Dec  3 21:39:05 2014	(r373849)
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 		libxdg-basedir.so:${PORTSDIR}/x11/libxdg-basedir
 BUILD_DEPENDS=	${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 USES=		gmake dos2unix lua:51
@@ -57,7 +58,7 @@ DESKTOP_ENTRIES="XMoto" \
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
 BROKEN=		does not build
 .endif
 


More information about the svn-ports-head mailing list