diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-08 17:04:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-08 17:04:04 +0000 |
commit | 49786cfa02e934dfcacc22b96db3cd9308926e0f (patch) | |
tree | 318969e6adb4c2205c91d36af9993ecdc84aa747 /net-p2p/verlihub-plugins-forbid | |
parent | 6d9eb39f6af9b60014c3a19b4028c59b1f077e60 (diff) |
Notes
Diffstat (limited to 'net-p2p/verlihub-plugins-forbid')
-rw-r--r-- | net-p2p/verlihub-plugins-forbid/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/verlihub-plugins-forbid/Makefile b/net-p2p/verlihub-plugins-forbid/Makefile index 334da7c6e3e7..e5eddf513dd4 100644 --- a/net-p2p/verlihub-plugins-forbid/Makefile +++ b/net-p2p/verlihub-plugins-forbid/Makefile @@ -3,7 +3,7 @@ PORTNAME= forbid PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= SF/verlihub/VH_Forbid/${DISTVERSION} @@ -11,6 +11,5 @@ MAINTAINER= me@skylord.ru PLUGIN_DESC= ForbiddenWords -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins" -.include <bsd.port.post.mk> +.include "../verlihub-plugins/Makefile.plugins" +.include <bsd.port.mk> |