svn commit: r486684 - head/misc/gonvert

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 5 16:39:46 UTC 2018


Author: amdmi3
Date: Wed Dec  5 16:39:45 2018
New Revision: 486684
URL: https://svnweb.freebsd.org/changeset/ports/486684

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Pet portlint

Modified:
  head/misc/gonvert/Makefile

Modified: head/misc/gonvert/Makefile
==============================================================================
--- head/misc/gonvert/Makefile	Wed Dec  5 16:38:39 2018	(r486683)
+++ head/misc/gonvert/Makefile	Wed Dec  5 16:39:45 2018	(r486684)
@@ -10,10 +10,12 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Conversion utility that allows conversion between many units
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
-USE_GNOME=	pygtk2
 USES=		python:2.7
+USE_GNOME=	pygtk2
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 PORTDOCS=	CHANGELOG FAQ README THANKS
 


More information about the svn-ports-all mailing list