aboutsummaryrefslogtreecommitdiff
path: root/graphics/dataplot/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 18:26:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 18:26:14 +0000
commitf3ace4251bf81537fd95588af145d9d6d6e40008 (patch)
tree6b4799b0cf7b3d20af9184999a4aa0c2ebcba9ce /graphics/dataplot/Makefile
parent387330411881d2d22bd6749ac2a3caafb0d8c0fb (diff)
downloadports-f3ace4251bf81537fd95588af145d9d6d6e40008.tar.gz
ports-f3ace4251bf81537fd95588af145d9d6d6e40008.zip
- Switch to options helpers
- While here, add some NO_ARCHes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395389
Diffstat (limited to 'graphics/dataplot/Makefile')
-rw-r--r--graphics/dataplot/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile
index 9e562740b7f4..c60122455e7f 100644
--- a/graphics/dataplot/Makefile
+++ b/graphics/dataplot/Makefile
@@ -52,13 +52,11 @@ post-extract:
pre-patch:
@${REINPLACE_CMD} -e 's/MAXOBV=1000000/MAXOBV=${MAXOBV}/' \
- ${WRKSRC}/DPCOPA.INC
+ ${WRKSRC}/DPCOPA.INC
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/dpsnapsh.pdf \
${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>