aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/verlihub-plugins
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-07-05 18:48:31 +0800
committerrafan <rafan@FreeBSD.org>2007-07-05 18:48:31 +0800
commit66915110af0e74f4df98db23787c5ae065b8c530 (patch)
tree8929652e2345bd31288b252f408867236adb2041 /net-p2p/verlihub-plugins
parent8d044c9b6572f32ee4e22125bf1231dcfaccb7ee (diff)
downloadfreebsd-ports-gnome-66915110af0e74f4df98db23787c5ae065b8c530.tar.gz
freebsd-ports-gnome-66915110af0e74f4df98db23787c5ae065b8c530.tar.zst
freebsd-ports-gnome-66915110af0e74f4df98db23787c5ae065b8c530.zip
- Use empty do-install instead of NO_INSTALL. Otherwise, run dependencies
will not be installed. Pointed out by: sat
Diffstat (limited to 'net-p2p/verlihub-plugins')
-rw-r--r--net-p2p/verlihub-plugins/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile
index 68c1efea5290..06bf89b1cee3 100644
--- a/net-p2p/verlihub-plugins/Makefile
+++ b/net-p2p/verlihub-plugins/Makefile
@@ -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>