aboutsummaryrefslogtreecommitdiff
path: root/graphics/gpsmanshp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-04-03 00:38:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-04-03 00:38:12 +0000
commit0380f5e917847e770d124120244d09c6b8860f2c (patch)
tree547cda8acaa2c4f257df8de2f5a03d29d2259f91 /graphics/gpsmanshp
parent42b5064acc3fe742c176a743a9591bc529f1e10f (diff)
downloadports-0380f5e917847e770d124120244d09c6b8860f2c.tar.gz
ports-0380f5e917847e770d124120244d09c6b8860f2c.zip
- Add LICENSE_FILE
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=412439
Diffstat (limited to 'graphics/gpsmanshp')
-rw-r--r--graphics/gpsmanshp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gpsmanshp/Makefile b/graphics/gpsmanshp/Makefile
index b7ab0e764685..1c836fd0c6a6 100644
--- a/graphics/gpsmanshp/Makefile
+++ b/graphics/gpsmanshp/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Shapelib support for gpsman
LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/doc/gpl-3_0.txt
LIB_DEPENDS= libshp.so:devel/shapelib
RUN_DEPENDS= gpsman:astro/gpsman
@@ -21,7 +22,7 @@ PLIST_SUB= TCLVERSION="${TCL_VER}" PORTVERSION="${PORTVERSION}"
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \
. ${STAGEDIR}${DOCSDIR} \
"! -name gpl-3_0.txt")