aboutsummaryrefslogtreecommitdiff
path: root/emulators/kqemu-kmod
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2008-06-20 22:12:09 +0000
committerJuergen Lock <nox@FreeBSD.org>2008-06-20 22:12:09 +0000
commit564d3c266b93e55f7a8bf09672c4be6cb26c4c32 (patch)
treea74f19b12ce65d458c5f2f39fa54f3678c53a061 /emulators/kqemu-kmod
parente07de2c262c43b222f704c0b8e943126da784f4d (diff)
downloadports-564d3c266b93e55f7a8bf09672c4be6cb26c4c32.tar.gz
ports-564d3c266b93e55f7a8bf09672c4be6cb26c4c32.zip
Notes
Diffstat (limited to 'emulators/kqemu-kmod')
-rw-r--r--emulators/kqemu-kmod/Makefile2
-rw-r--r--emulators/kqemu-kmod/files/patch-Makefile.freebsd10
2 files changed, 1 insertions, 11 deletions
diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile
index f2ce4c030afd..2febf64685e1 100644
--- a/emulators/kqemu-kmod/Makefile
+++ b/emulators/kqemu-kmod/Makefile
@@ -9,7 +9,7 @@ PORTNAME= kqemu
PORTVERSION= 1.3.0.p11
PORTREVISION= 8
CATEGORIES= emulators kld
-MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ \
+MASTER_SITES= http://bellard.org/qemu/ \
http://qemu.org/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nox
diff --git a/emulators/kqemu-kmod/files/patch-Makefile.freebsd b/emulators/kqemu-kmod/files/patch-Makefile.freebsd
deleted file mode 100644
index b75420fa0cc7..000000000000
--- a/emulators/kqemu-kmod/files/patch-Makefile.freebsd
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.freebsd.orig Fri Jul 29 06:37:06 2005
-+++ Makefile.freebsd Tue Oct 25 21:08:43 2005
-@@ -5,6 +5,7 @@
- .elif ${MACHINE_ARCH} == "amd64"
- OBJS= kqemu-mod-x86_64.o
- .endif
-+CC= cc
- WERROR=
-
- .include <bsd.kmod.mk>