diff options
Diffstat (limited to 'net-p2p/verlihub-plugins/Makefile')
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile index 101deafec99f..1afd51398f93 100644 --- a/net-p2p/verlihub-plugins/Makefile +++ b/net-p2p/verlihub-plugins/Makefile @@ -5,10 +5,7 @@ PORTNAME= verlihub PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= net-p2p -MASTER_SITES= # empty PKGNAMESUFFIX= -plugins -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= skylord@vt.net.ru COMMENT= Meta-port for VerliHub plugins @@ -23,7 +20,6 @@ RUN_DEPENDS= \ ${LOCALBASE}/lib/libmessanger_pi.so:${PORTSDIR}/net-p2p/verlihub-plugins-messanger \ ${LOCALBASE}/lib/libstats_pi.so:${PORTSDIR}/net-p2p/verlihub-plugins-stats -NO_BUILD= yes -NO_INSTALL= yes +USES= metaport .include <bsd.port.mk> |