svn commit: r414991 - head/graphics/gsculpt

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 11 13:08:15 UTC 2016


Author: amdmi3
Date: Wed May 11 13:08:13 2016
New Revision: 414991
URL: https://svnweb.freebsd.org/changeset/ports/414991

Log:
  - Add LICENSE_FILE
  - Fix BROKEN case

Modified:
  head/graphics/gsculpt/Makefile

Modified: head/graphics/gsculpt/Makefile
==============================================================================
--- head/graphics/gsculpt/Makefile	Wed May 11 13:07:04 2016	(r414990)
+++ head/graphics/gsculpt/Makefile	Wed May 11 13:08:13 2016	(r414991)
@@ -12,6 +12,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Opensource 3D modelling application
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libboost_python.so:devel/boost-python-libs
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL \
@@ -34,7 +35,7 @@ DESKTOP_ENTRIES="gSculpt" "" \
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
+BROKEN=		does not compile on ia64, powerpc, or sparc64
 .endif
 
 .if ${ARCH} == "i386"


More information about the svn-ports-head mailing list