diff options
author | pjd <pjd@FreeBSD.org> | 2005-10-02 01:05:06 +0800 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-10-02 01:05:06 +0800 |
commit | 7d624bcc7403edbf012985bd710d8fadd0f8464d (patch) | |
tree | 35a41f9ba9b23ffd1e4cfb649590ac5a19ca95e9 | |
parent | ac88285ceced8f47027327ed6c5ad2bd4815792d (diff) | |
download | freebsd-ports-graphics-7d624bcc7403edbf012985bd710d8fadd0f8464d.tar.gz freebsd-ports-graphics-7d624bcc7403edbf012985bd710d8fadd0f8464d.tar.zst freebsd-ports-graphics-7d624bcc7403edbf012985bd710d8fadd0f8464d.zip |
Fix typo.
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 47f0237bb03..e9e9e3a4698 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.7.2s.20050909 -POTREVISION= 1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.qemu.org/ \ http://people.fruitsalad.org/nox/qemu/ \ diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 47f0237bb03..e9e9e3a4698 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.7.2s.20050909 -POTREVISION= 1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.qemu.org/ \ http://people.fruitsalad.org/nox/qemu/ \ |