diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-27 19:51:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-27 19:51:26 +0000 |
commit | 6f09bc25bfb90f86b153cbc806b41c3316ebd1f7 (patch) | |
tree | 62d785afcdea027affcf3c8a23dfdffc63b7c06c /astro | |
parent | 93c6b5cf52c6f97a07c798fb1cfc14958673f77a (diff) | |
download | ports-6f09bc25bfb90f86b153cbc806b41c3316ebd1f7.tar.gz ports-6f09bc25bfb90f86b153cbc806b41c3316ebd1f7.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/rmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index 790dcadc1c28..c41362a52cc3 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -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> |