From f994f06dc5372ae0bdc7029d10ed36bc2bb0415f Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 27 Dec 2016 12:15:00 +0000 Subject: - Remove bogus (in presence of USE_GITHUB) USES=tar* - Switch to USES=ssl - Remove unneeded bsd.port.pre.mk inclusion Approved by: portmgr blanket --- net/xorp/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'net') 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 - 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 +.include -- cgit