Fix build after r338621 by avoiding LINKS and installing the link manually.

Approved by:	re (rgrimes), will (mentor)
This commit is contained in:
Brad Davis 2018-09-13 07:48:49 +00:00
parent 5ff6c7f363
commit aad4d67d9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338633

View File

@ -27,7 +27,9 @@ ATPACKAGE+= at
CONFGROUPS+= FTP
FTP+= ftpd
FTPPACKAGE+= ftp
LINKS= ${FILESDIR}/ftpd ${FILESDIR}/ftp
afterinstallconfig:
${INSTALL_LINK} ${TAG_ARGS} ${CONFDIR}/ftpd ${CONFDIR}/ftp
.endif
.if ${MK_TELNET} != "no"