diff options
-rw-r--r-- | graphics/gpsmanshp/Makefile | 3 |
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") |