aboutsummaryrefslogtreecommitdiff
path: root/sysutils/slurm-wlm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 13:02:43 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 13:02:43 +0000
commita2a9bff0c01798ca10f9e679395894ba775b362a (patch)
tree8ea9e772c690555f45796f8c26c27ad92f2753db /sysutils/slurm-wlm
parent1eafcf7b01ecd5cbc34f0d16ba5387ecc5d57264 (diff)
downloadports-a2a9bff0c01798ca10f9e679395894ba775b362a.tar.gz
ports-a2a9bff0c01798ca10f9e679395894ba775b362a.zip
Notes
Diffstat (limited to 'sysutils/slurm-wlm')
-rw-r--r--sysutils/slurm-wlm/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index edc51b2657cc..7bb10ccf63d8 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -39,8 +39,6 @@ OPTIONS_SUB= yes
GTK2_DESC= Build GUI config tool sview
-.include <bsd.port.options.mk>
-
# SLURM's configure enables interactive jobs if pty.h exists. Replacing
# #include <pty.h> with appropriate headers will therefore not work, so instead
# add a pty.h for the build.
@@ -51,10 +49,7 @@ post-patch:
${WRKSRC}/doc/html/shtml2html.py \
${WRKSRC}/doc/man/man2html.py
-post-stage:
-.if ! ${PORT_OPTIONS:MDOCS}
- ${RM} -rf ${STAGEDIR}${LOCALBASE}/share/doc/${PORTNAME}-${PORTVERSION}
-.endif
- ${CP} ${FILESDIR}/slurm.conf.example ${STAGEDIR}${PREFIX}/etc/
+post-install:
+ ${INSTALL_DATA} ${FILESDIR}/slurm.conf.example ${STAGEDIR}${PREFIX}/etc/
.include <bsd.port.mk>