diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-04 14:22:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-04 14:22:46 +0000 |
commit | 6cb17dd6e1e9313815ce5cac376bab795edfb5ff (patch) | |
tree | d301d4cf959c7d150417da2140b38ce9389be14c | |
parent | - Simplify installation (diff) |
Add missing plist.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=418031
-rw-r--r-- | sysutils/iohyve/Makefile | 1 | ||||
-rw-r--r-- | sysutils/iohyve/pkg-plist | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/iohyve/Makefile b/sysutils/iohyve/Makefile index e6fe21ebee61..2c6e600354f4 100644 --- a/sysutils/iohyve/Makefile +++ b/sysutils/iohyve/Makefile @@ -2,6 +2,7 @@ PORTNAME= iohyve PORTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lme@FreeBSD.org diff --git a/sysutils/iohyve/pkg-plist b/sysutils/iohyve/pkg-plist new file mode 100644 index 000000000000..5f5f4a2e7e56 --- /dev/null +++ b/sysutils/iohyve/pkg-plist @@ -0,0 +1,12 @@ +etc/rc.d/iohyve +lib/iohyve/ioh-cmd +lib/iohyve/ioh-console +lib/iohyve/ioh-disk +lib/iohyve/ioh-firmware +lib/iohyve/ioh-guest +lib/iohyve/ioh-iso +lib/iohyve/ioh-setup +lib/iohyve/ioh-tap +lib/iohyve/ioh-zfs +man/man8/iohyve.8.gz +sbin/iohyve |