svn commit: r416176 - head/astro/mkgmap

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 30 20:03:49 UTC 2016


Author: amdmi3
Date: Mon May 30 20:03:48 2016
New Revision: 416176
URL: https://svnweb.freebsd.org/changeset/ports/416176

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/astro/mkgmap/Makefile

Modified: head/astro/mkgmap/Makefile
==============================================================================
--- head/astro/mkgmap/Makefile	Mon May 30 19:51:48 2016	(r416175)
+++ head/astro/mkgmap/Makefile	Mon May 30 20:03:48 2016	(r416176)
@@ -10,7 +10,11 @@ MASTER_SITES=	http://www.mkgmap.org.uk/d
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Convert OpenStreetMap data into a Garmin format
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENCE
+
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+


More information about the svn-ports-all mailing list