Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 19:51:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371604 - head/astro/rmap
Message-ID:  <201410271951.s9RJpRus052764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct 27 19:51:26 2014
New Revision: 371604
URL: https://svnweb.freebsd.org/changeset/ports/371604
QAT: https://qat.redports.org/buildarchive/r371604/

Log:
  - Fix spelling of LICENSE
  - Add LICENSE_FILE
  - Drop @dirrm* from plist

Modified:
  head/astro/rmap/Makefile

Modified: head/astro/rmap/Makefile
==============================================================================
--- head/astro/rmap/Makefile	Mon Oct 27 19:48:03 2014	(r371603)
+++ head/astro/rmap/Makefile	Mon Oct 27 19:51:26 2014	(r371604)
@@ -10,7 +10,8 @@ MASTER_SITES=	http://reza.net/rmap/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generates images of the Earth centered at a particular location
 
-LICENCE=	GPLv2 # (or later)
+LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
 
@@ -22,6 +23,5 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_FILES=	bin/rmap man/man1/rmap.1.gz %%DATADIR%%/earth.rez \
 		%%DATADIR%%/rmap.colors
-PLIST_DIRS=	%%DATADIR%%
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410271951.s9RJpRus052764>