aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-04-03 08:38:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-04-03 08:38:12 +0800
commit3cc6af9052286908ffa2dc95b3319c5d8dd8c1a8 (patch)
tree547cda8acaa2c4f257df8de2f5a03d29d2259f91 /graphics
parent94d47c8e2b4205b2c9c03908598f7311bf69fa07 (diff)
downloadfreebsd-ports-gnome-3cc6af9052286908ffa2dc95b3319c5d8dd8c1a8.tar.gz
freebsd-ports-gnome-3cc6af9052286908ffa2dc95b3319c5d8dd8c1a8.tar.zst
freebsd-ports-gnome-3cc6af9052286908ffa2dc95b3319c5d8dd8c1a8.zip
- Add LICENSE_FILE
- Switch to options helpers
Diffstat (limited to 'graphics')
-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")