diff options
author | rm <rm@FreeBSD.org> | 2016-06-17 14:42:04 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-06-17 14:42:04 +0800 |
commit | 91c8b5735657e888c57362a0f2e80b8080777d05 (patch) | |
tree | 5207281cb587757969d69f1ffd6a70c6e26a9234 /emulators | |
parent | 4943729c1975a9ce2d4b4343bb22f3157e45aed7 (diff) | |
download | freebsd-ports-gnome-91c8b5735657e888c57362a0f2e80b8080777d05.tar.gz freebsd-ports-gnome-91c8b5735657e888c57362a0f2e80b8080777d05.tar.zst freebsd-ports-gnome-91c8b5735657e888c57362a0f2e80b8080777d05.zip |
emulators/xen: fix typo in description
Also add missing tabulation. Non-functional changes.
Approved by: portmgr (blanket approval)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xen/Makefile b/emulators/xen/Makefile index 31d8c4b69126..4c573013e462 100644 --- a/emulators/xen/Makefile +++ b/emulators/xen/Makefile @@ -2,11 +2,11 @@ PORTNAME= xen PORTVERSION= 4.7.0 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= royger@FreeBSD.org -COMMENT= Xen Hyvervisor meta port +COMMENT= Xen Hypervisor meta port LICENSE= GPLv2 |