diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-06-17 06:42:04 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-06-17 06:42:04 +0000 |
commit | 6e7f566994e333f994d1af7a0cc194512580ff71 (patch) | |
tree | 5207281cb587757969d69f1ffd6a70c6e26a9234 | |
parent | e6276cf2828e26e765acfdbdf78fcce593778c0a (diff) |
Notes
-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 |