diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-09 01:04:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-09 01:04:04 +0800 |
commit | 8fef589c00177356184ed8d32348574718cd5254 (patch) | |
tree | 318969e6adb4c2205c91d36af9993ecdc84aa747 /net-p2p/verlihub-plugins-iplog | |
parent | a1762095daf7c736ead83d3ded260e509c51235f (diff) | |
download | freebsd-ports-gnome-8fef589c00177356184ed8d32348574718cd5254.tar.gz freebsd-ports-gnome-8fef589c00177356184ed8d32348574718cd5254.tar.zst freebsd-ports-gnome-8fef589c00177356184ed8d32348574718cd5254.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
Diffstat (limited to 'net-p2p/verlihub-plugins-iplog')
-rw-r--r-- | net-p2p/verlihub-plugins-iplog/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/verlihub-plugins-iplog/Makefile b/net-p2p/verlihub-plugins-iplog/Makefile index 3fd0c156c719..03df9cc63bcd 100644 --- a/net-p2p/verlihub-plugins-iplog/Makefile +++ b/net-p2p/verlihub-plugins-iplog/Makefile @@ -3,7 +3,7 @@ PORTNAME= iplog PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= SF/verlihub/VH_IPLog/${DISTVERSION} @@ -11,6 +11,5 @@ MAINTAINER= me@skylord.ru PLUGIN_DESC= IPLog -.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> |