diff options
author | nork <nork@FreeBSD.org> | 2005-10-31 23:07:44 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-10-31 23:07:44 +0800 |
commit | 285674045cd80e1104982c8fcf91681a0335ec88 (patch) | |
tree | 0e16775c47d5e3716fe86d6e643ac7a719303ea7 /emulators/qemu-devel | |
parent | 5f8e59d0f3fedeac0a6a03e5474a3fcc0367fb67 (diff) | |
download | freebsd-ports-gnome-285674045cd80e1104982c8fcf91681a0335ec88.tar.gz freebsd-ports-gnome-285674045cd80e1104982c8fcf91681a0335ec88.tar.zst freebsd-ports-gnome-285674045cd80e1104982c8fcf91681a0335ec88.zip |
Fix build error.
Pointy hat to: myself
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 2187007317a7..0b398be15b96 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -12,7 +12,8 @@ CATEGORIES= emulators MASTER_SITES= http://www.qemu.org/:release \ http://people.fruitsalad.org/nox/qemu/:snapshot \ http://qemu.dad-answers.com/download/qemu/:snapshot -DISTFILES= ${PORTNAME}-snapshot-2005-10-30_23${EXTRACT_SUFX}:snapshot +DISTNAME= ${PORTNAME}-snapshot-2005-10-30_23 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot MAINTAINER= nox@jelal.kn-bremen.de COMMENT= QEMU CPU Emulator |