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

Approved by:	re (rgrimes), will (mentor)
This commit is contained in:
brd 2018-09-13 07:48:49 +00:00
parent 2a27cb2b69
commit 79c4c92dad

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"