From e5193ec7426c62e85c26c9afe4d6e5b19487a7ff Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Wed, 17 Jul 2013 23:32:02 +0000 Subject: [PATCH] - attempt to fix fetch from third-party - add to public_distfiles while here as this issue has come up too often lately Reported by: pkg-fallout@ --- deskutils/virt-manager/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile index 31b70ee883d2..a890ea3e90b0 100644 --- a/deskutils/virt-manager/Makefile +++ b/deskutils/virt-manager/Makefile @@ -5,7 +5,8 @@ PORTNAME= virt-manager PORTVERSION= 0.9.5 PORTREVISION= 1 CATEGORIES= deskutils net-mgmt -MASTER_SITES= http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ +MASTER_SITES= http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ \ + LOCAL/jgh/deskutils/${PORTNAME}/ MAINTAINER= jgh@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities @@ -20,6 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:${PORTSDIR}/devel/py-dbus \ gtk-vnc>=0.3.10:${PORTSDIR}/net/gtk-vnc \ librsvg2>=2.32.1:${PORTSDIR}/graphics/librsvg2 +FETCH_ARGS?= -Fpr + .include .if ${PORT_OPTIONS:MNLS}