aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2013-08-13 09:19:08 +0800
committerzi <zi@FreeBSD.org>2013-08-13 09:19:08 +0800
commit0deebf7a0cc7a996fd6168f2e424d756d7080b6f (patch)
tree7fa3b423c7bda8f72deb3ddba8c3d1bdfeda1d91
parenta63a69475d21e0685a2bee3d112491ab3ef09598 (diff)
downloadfreebsd-ports-gnome-0deebf7a0cc7a996fd6168f2e424d756d7080b6f.tar.gz
freebsd-ports-gnome-0deebf7a0cc7a996fd6168f2e424d756d7080b6f.tar.zst
freebsd-ports-gnome-0deebf7a0cc7a996fd6168f2e424d756d7080b6f.zip
- 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]
-rw-r--r--net-mgmt/wmi-client/Makefile21
1 files changed, 5 insertions, 16 deletions
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 <koichiro@rworks.jp>
-#
+# Created by: KIKUCHI Koichiro <koichiro@rworks.jp>
# $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 <bsd.port.pre.mk>
-
-do-configure:
-# do noting
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>