diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2005-11-04 05:54:04 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2005-11-04 05:54:04 +0000 |
commit | 34335dac023785d792062f351544aa1e1bc08a5c (patch) | |
tree | fb7fcdce08da3640f6a9127600fb6af8e0c1cf63 /net/ntop/Makefile | |
parent | 7c118eb26f4a244cdb347d7b60e5af19e9477d78 (diff) |
Notes
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 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> |