diff options
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index a4962552962a..81b99c4017ce 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -93,7 +93,7 @@ post-install: @${RMDIR} ${PREFIX}/lib/plugins @${SED} -e "s#%%PREFIX%%#${PREFIX}#g;s#%%DBDIR%%#${DBDIR}#g" \ ${FILESDIR}/ntop.sh > ${WRKDIR}/ntop.sh - @${INSTALL_DATA} ${WRKDIR}/ntop.sh ${PREFIX}/etc/rc.d + @${INSTALL_SCRIPT} ${WRKDIR}/ntop.sh ${PREFIX}/etc/rc.d @${SED} "s,%%LOCALBASE%%,${LOCALBASE},g" < ${PKGMESSAGE} .include <bsd.port.post.mk> |