diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-07-17 23:32:02 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-07-17 23:32:02 +0000 |
commit | e5193ec7426c62e85c26c9afe4d6e5b19487a7ff (patch) | |
tree | 9367e0cb048498bfecb71e2aa7f4fe27da98a467 /deskutils/virt-manager | |
parent | Logstash is a tool for managing events and logs. You can use it to (diff) |
- 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@
Diffstat (limited to 'deskutils/virt-manager')
-rw-r--r-- | deskutils/virt-manager/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |