diff options
Diffstat (limited to 'net-p2p/verlihub-plugins-floodprotect/Makefile')
-rw-r--r-- | net-p2p/verlihub-plugins-floodprotect/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/verlihub-plugins-floodprotect/Makefile b/net-p2p/verlihub-plugins-floodprotect/Makefile index 850e257bc784..46c643d39e1b 100644 --- a/net-p2p/verlihub-plugins-floodprotect/Makefile +++ b/net-p2p/verlihub-plugins-floodprotect/Makefile @@ -3,16 +3,15 @@ PORTNAME= floodprotect PORTVERSION= 1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= SF/verlihub/OldFiles +DISTNAME= ${PLUGIN_NAME} MAINTAINER= me@skylord.ru PLUGIN_NAME= floodprot PLUGIN_DESC= Floodprotect -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins" -DISTNAME= ${PLUGIN_NAME} -.include <bsd.port.post.mk> +.include "../verlihub-plugins/Makefile.plugins" +.include <bsd.port.mk> |