From 0deebf7a0cc7a996fd6168f2e424d756d7080b6f Mon Sep 17 00:00:00 2001 From: zi Date: Tue, 13 Aug 2013 01:19:08 +0000 Subject: - Fix bad MASTER_SITES to resolve fetch issues [1] - Convert to new 'created by' header+Makefile cleanup while here PR: ports/180584 [1] Submitted by: brd@ [1] --- net-mgmt/wmi-client/Makefile | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'net-mgmt/wmi-client') diff --git a/net-mgmt/wmi-client/Makefile b/net-mgmt/wmi-client/Makefile index a342f7645ccc..b45c1f5a5435 100644 --- a/net-mgmt/wmi-client/Makefile +++ b/net-mgmt/wmi-client/Makefile @@ -1,15 +1,12 @@ -# New ports collection makefile for: wmi -# Date created: 2011-11-25 -# Whom: KIKUCHI Koichiro -# +# Created by: KIKUCHI Koichiro # $FreeBSD$ -# PORTNAME= wmi PORTVERSION= 1.3.16 CATEGORIES= net-mgmt -MASTER_SITES= http://dev.zenoss.org/svn/trunk/inst/externallibs/ \ - ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ +MASTER_SITES= http://dev.zenoss.org/trac/export/26435/trunk/inst/externallibs/ \ + http://www.openvas.org/download/wmi/ \ + http://mirrors.rit.edu/zi/ PKGNAMESUFFIX= -client MAINTAINER= koichiro@rworks.jp @@ -24,16 +21,8 @@ USE_GMAKE= yes USES= iconv USE_LDCONFIG= yes -#BUILD_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls -#RUN_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls - MAKEFILE= GNUmakefile MAKE_ENV= ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}" ALL_TARGET= build -.include - -do-configure: -# do noting - -.include +.include -- cgit