aboutsummaryrefslogtreecommitdiff
path: root/graphics/gpsmanshp/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-25 18:33:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-25 18:33:44 +0000
commit7ea323c3bd49eba5d813b2cca2ddbf1655df0d49 (patch)
treec7f8ac555dbb8bf6cf331644594c65cfd8667a66 /graphics/gpsmanshp/Makefile
parent04fe1b9af906b00d2d49103f2803187af758ba8e (diff)
downloadports-7ea323c3bd49eba5d813b2cca2ddbf1655df0d49.tar.gz
ports-7ea323c3bd49eba5d813b2cca2ddbf1655df0d49.zip
Notes
Diffstat (limited to 'graphics/gpsmanshp/Makefile')
-rw-r--r--graphics/gpsmanshp/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/gpsmanshp/Makefile b/graphics/gpsmanshp/Makefile
index 91a254d8e021..141dd1ab294c 100644
--- a/graphics/gpsmanshp/Makefile
+++ b/graphics/gpsmanshp/Makefile
@@ -19,11 +19,10 @@ LIB_DEPENDS= libshp.so:${PORTSDIR}/devel/shapelib \
TCLVERSION?= 8.4
PLIST_SUB= TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION}
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/doc/* ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>