diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-27 20:15:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-27 20:15:00 +0800 |
commit | f994f06dc5372ae0bdc7029d10ed36bc2bb0415f (patch) | |
tree | af2e28380e2daf22ed7df9de975dcee380a6caf9 /net/xorp | |
parent | 0dd82b16877d89c8c29cb726283a5aa4b9a8e988 (diff) | |
download | freebsd-ports-gnome-f994f06dc5372ae0bdc7029d10ed36bc2bb0415f.tar.gz freebsd-ports-gnome-f994f06dc5372ae0bdc7029d10ed36bc2bb0415f.tar.zst freebsd-ports-gnome-f994f06dc5372ae0bdc7029d10ed36bc2bb0415f.zip |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Switch to USES=ssl
- Remove unneeded bsd.port.pre.mk inclusion
Approved by: portmgr blanket
Diffstat (limited to 'net/xorp')
-rw-r--r-- | net/xorp/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index a700270dfdef..40b3a920f5a9 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -15,9 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libpcap.so.1:net/libpcap # avoid base libpcap -USES= tar:bzip2 ncurses scons shebangfix compiler:env python:2,build +USES= ncurses scons shebangfix ssl compiler:env python:2,build USE_GITHUB= yes -USE_OPENSSL= yes USE_RC_SUBR= xorp GH_ACCOUNT= greearb GH_PROJECT= ${PORTNAME}.ct @@ -48,13 +47,11 @@ TCP_RPC_DESC= Use TCP as RPC transport (defaults to AF_LOCAL) TCP_RPC_MAKE_ARGS= transport=tcp TCP_RPC_MAKE_ARGS_OFF= transport=local -.include <bsd.port.pre.mk> - post-patch: - ${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/SConstruct + @${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/SConstruct post-install: ${INSTALL_DATA} ${WRKSRC}/rtrmgr/config/multicast4.boot \ - ${STAGEDIR}${PREFIX}/etc/xorp.conf.sample + ${STAGEDIR}${PREFIX}/etc/xorp.conf.sample -.include <bsd.port.post.mk> +.include <bsd.port.mk> |