diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2005-11-02 05:08:01 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2005-11-02 05:08:01 +0000 |
commit | c3d1587fb3f5cc874536b362e582d2594eac0e59 (patch) | |
tree | d20fc6a743e46979b251109a490ef3683599b83e /net/ntop | |
parent | 0682de0c5dca1e6692790fb75c6e9eeab6c7f516 (diff) | |
download | ports-c3d1587fb3f5cc874536b362e582d2594eac0e59.tar.gz ports-c3d1587fb3f5cc874536b362e582d2594eac0e59.zip |
Notes
Diffstat (limited to 'net/ntop')
-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> |