diff options
Diffstat (limited to 'emulators/kqemu-kmod/Makefile')
-rw-r--r-- | emulators/kqemu-kmod/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile index 71c019a1e4d..0f64f04539e 100644 --- a/emulators/kqemu-kmod/Makefile +++ b/emulators/kqemu-kmod/Makefile @@ -2,15 +2,13 @@ # $FreeBSD$ PORTNAME= kqemu -PORTVERSION= 1.3.0.p11 +DISTVERSION= 1.3.0pre11 PORTREVISION= 12 CATEGORIES= emulators MASTER_SITES= http://bellard.org/qemu/ \ http://qemu.org/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= nox + LOCAL/nox PKGNAMESUFFIX= -kmod -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.p/pre/} DIST_SUBDIR= kqemu MAINTAINER= nox@FreeBSD.org |