diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-10-31 15:07:44 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-10-31 15:07:44 +0000 |
commit | 9ff02e21e6a44d9f2fe625d8560e5c57652f426a (patch) | |
tree | 1efa787db9fd9f836ae1405fb5610959aeaa23d0 /emulators/qemu | |
parent | 1be8d23b6cafbbc648268725c5fd5b831d67a68a (diff) | |
download | ports-9ff02e21e6a44d9f2fe625d8560e5c57652f426a.tar.gz ports-9ff02e21e6a44d9f2fe625d8560e5c57652f426a.zip |
Notes
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |