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-messanger | |
parent | 6d9eb39f6af9b60014c3a19b4028c59b1f077e60 (diff) | |
download | ports-49786cfa02e934dfcacc22b96db3cd9308926e0f.tar.gz ports-49786cfa02e934dfcacc22b96db3cd9308926e0f.zip |
Notes
Diffstat (limited to 'net-p2p/verlihub-plugins-messanger')
-rw-r--r-- | net-p2p/verlihub-plugins-messanger/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/verlihub-plugins-messanger/Makefile b/net-p2p/verlihub-plugins-messanger/Makefile index 95be44420b7c..cabf2cb00406 100644 --- a/net-p2p/verlihub-plugins-messanger/Makefile +++ b/net-p2p/verlihub-plugins-messanger/Makefile @@ -3,7 +3,7 @@ PORTNAME= messanger PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= SF/verlihub/VH_Messanger/${DISTVERSION} @@ -11,6 +11,5 @@ MAINTAINER= me@skylord.ru PLUGIN_DESC= Messanger -.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> |