1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Use empty do-install instead of NO_INSTALL. Otherwise, run dependencies

will not be installed.

Pointed out by:	sat
This commit is contained in:
Rong-En Fan 2007-07-05 10:48:31 +00:00
parent c54599a442
commit f5982a94a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195001

View File

@ -27,6 +27,8 @@ RUN_DEPENDS= \
${LOCALBASE}/lib/libstats_pi.so:${PORTSDIR}/net-p2p/verlihub-plugins-stats
NO_BUILD= yes
NO_INSTALL= yes
do-install:
@${DO_NADA}
.include <bsd.port.mk>