From 9ff02e21e6a44d9f2fe625d8560e5c57652f426a Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Mon, 31 Oct 2005 15:07:44 +0000 Subject: [PATCH] Fix build error. Pointy hat to: myself --- emulators/qemu-devel/Makefile | 3 ++- emulators/qemu/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 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 diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 2187007317a7..0b398be15b96 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/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