aboutsummaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2005-11-02 05:08:01 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2005-11-02 05:08:01 +0000
commitc3d1587fb3f5cc874536b362e582d2594eac0e59 (patch)
treed20fc6a743e46979b251109a490ef3683599b83e /net/ntop
parent0682de0c5dca1e6692790fb75c6e9eeab6c7f516 (diff)
downloadports-c3d1587fb3f5cc874536b362e582d2594eac0e59.tar.gz
ports-c3d1587fb3f5cc874536b362e582d2594eac0e59.zip
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile2
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>