aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/verlihub-plugins-chatroom/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-08 17:04:04 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-08 17:04:04 +0000
commit49786cfa02e934dfcacc22b96db3cd9308926e0f (patch)
tree318969e6adb4c2205c91d36af9993ecdc84aa747 /net-p2p/verlihub-plugins-chatroom/Makefile
parent6d9eb39f6af9b60014c3a19b4028c59b1f077e60 (diff)
downloadports-49786cfa02e934dfcacc22b96db3cd9308926e0f.tar.gz
ports-49786cfa02e934dfcacc22b96db3cd9308926e0f.zip
net-p2p/verlihub:
- Fix build with clang net-p2p/verlihub-plugins*: - Add USES=libtool and INSTALL_TARGET=install-strip - Drop USE_GCC=any - Avoid including bsd.port.pre.mk
Notes
Notes: svn path=/head/; revision=367657
Diffstat (limited to 'net-p2p/verlihub-plugins-chatroom/Makefile')
-rw-r--r--net-p2p/verlihub-plugins-chatroom/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/verlihub-plugins-chatroom/Makefile b/net-p2p/verlihub-plugins-chatroom/Makefile
index caba2dac77eb..b7aefe0a521d 100644
--- a/net-p2p/verlihub-plugins-chatroom/Makefile
+++ b/net-p2p/verlihub-plugins-chatroom/Makefile
@@ -3,7 +3,7 @@
PORTNAME= chatroom
PORTVERSION= 1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-p2p
MASTER_SITES= SF/verlihub/VH_Chatroom/${DISTVERSION}
@@ -11,6 +11,5 @@ MAINTAINER= me@skylord.ru
PLUGIN_DESC= Chatroom
-.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>