Fix build error.
Pointy hat to: myself
This commit is contained in:
parent
1be8d23b6c
commit
9ff02e21e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146839
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue