diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:44:04 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:44:04 +0000 |
commit | 3631e2333a8700d4f00d6caa681ba17d7687babf (patch) | |
tree | 745f97af838071739e1b6070acbf4862962b5405 /net/splatd | |
parent | d88572b38372acbe93dad72b0058c23d88f85dca (diff) |
Notes
Diffstat (limited to 'net/splatd')
-rw-r--r-- | net/splatd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/splatd/Makefile b/net/splatd/Makefile index d8a83daa3dfa..55fc2bfbec76 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -21,15 +21,15 @@ PYDISTUTILS_PKGNAME= splat USE_RC_SUBR= splatd SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} +OPTIONS_DEFINE= DOCS + post-install: ${INSTALL_DATA} ${WRKSRC}/splat.conf ${STAGEDIR}${PREFIX}/etc/splat.conf.sample ${MV} -f ${STAGEDIR}${PREFIX}/bin/splatd ${STAGEDIR}${PREFIX}/sbin/splatd ${INSTALL_MAN} ${WRKSRC}/docs/man/splat.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/docs/man/splatd.8 ${STAGEDIR}${MANPREFIX}/man/man8 -.if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR}/xhtml ${INSTALL_MAN} ${WRKSRC}/docs/xhtml/* ${STAGEDIR}${DOCSDIR}/xhtml -.endif .include <bsd.port.mk> |