aboutsummaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2005-11-04 05:54:04 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2005-11-04 05:54:04 +0000
commit34335dac023785d792062f351544aa1e1bc08a5c (patch)
treefb7fcdce08da3640f6a9127600fb6af8e0c1cf63 /net/ntop
parent7c118eb26f4a244cdb347d7b60e5af19e9477d78 (diff)
downloadports-34335dac023785d792062f351544aa1e1bc08a5c.tar.gz
ports-34335dac023785d792062f351544aa1e1bc08a5c.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 81b99c4017ce..a4962552962a 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_SCRIPT} ${WRKDIR}/ntop.sh ${PREFIX}/etc/rc.d
+ @${INSTALL_DATA} ${WRKDIR}/ntop.sh ${PREFIX}/etc/rc.d
@${SED} "s,%%LOCALBASE%%,${LOCALBASE},g" < ${PKGMESSAGE}
.include <bsd.port.post.mk>