summaryrefslogtreecommitdiff
path: root/ftp/proftpd/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-11-24 22:23:38 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-11-24 22:23:38 +0000
commit035952c8504f83ffcc176fc4c16c910c7e3b2b70 (patch)
tree696c1c38f727ceff303d2cdf422334f3fa152a6a /ftp/proftpd/Makefile
parentUpdate to plan-1.8.4. Change my email address in MAINTAINER. (diff)
Add docs to ftp/proftpd.
PR: 22736 Submitted by: Dominic Mitchell <hdm@mistral.co.uk>
Notes
Notes: svn path=/head/; revision=35394
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r--ftp/proftpd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 4defdceb6846..4928b6e15f35 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -69,6 +69,11 @@ do-install:
${WRKSRC}/sample-configurations/basic.conf ${PREFIX}/etc/proftpd.conf; \
fi
@${SED} -e 's,/usr/local,${PREFIX},g' ${FILESDIR}/proftpd.sh.sample > ${PREFIX}/etc/rc.d/proftpd.sh.sample
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/proftpd
+ @${INSTALL_DATA} ${WRKSRC}/doc/Configuration.html ${PREFIX}/share/doc/proftpd
+ @${INSTALL_DATA} ${WRKSRC}/doc/FAQ-config.html ${PREFIX}/share/doc/proftpd
+.endif
@${CAT} ${PKGMESSAGE}