svn commit: r371604 - head/astro/rmap

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 27 19:51:27 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list