--- kea/Makefile 2019-11-05 13:39:02.421550224 +0100 +++ kea/Makefile 2019-11-05 14:44:16.899400886 +0100 @@ -28,7 +28,7 @@ .endif USE_LDCONFIG= yes -USE_RC_SUBR= ${PORTNAME} +USE_RC_SUBR= ${PORTNAME} kea_dhcp4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ --with-log4cplus=${LOCALBASE} \ @@ -51,4 +51,10 @@ PGSQL_CONFIGURE_ON= --with-dhcp-pgsql=${LOCALBASE}/bin/pg_config PGSQL_CONFIGURE_OFF= --without-dhcp-pgsql +do-install: + ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC} install + @${LN} -sf kea_dhcp4 ${STAGEDIR}${PREFIX}/etc/rc.d/kea_ctrl_agent + @${LN} -sf kea_dhcp4 ${STAGEDIR}${PREFIX}/etc/rc.d/kea_dhcp6 + @${LN} -sf kea_dhcp4 ${STAGEDIR}${PREFIX}/etc/rc.d/kea_dhcp_ddns + .include