diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 19:29:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 19:29:30 +0000 |
commit | 68e0c8cc089a2a7b1c45bdd91247d583f78c6aee (patch) | |
tree | 54ad81a8b778244b355fa91faf95e8565f7fa24b /sysutils/vmdktool | |
parent | 52fcb4466df199a04c885aea83776c15684781a2 (diff) | |
download | ports-68e0c8cc089a2a7b1c45bdd91247d583f78c6aee.tar.gz ports-68e0c8cc089a2a7b1c45bdd91247d583f78c6aee.zip |
Support stage
Notes
Notes:
svn path=/head/; revision=337792
Diffstat (limited to 'sysutils/vmdktool')
-rw-r--r-- | sysutils/vmdktool/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/vmdktool/Makefile b/sysutils/vmdktool/Makefile index 007cf2147d78..ffe489080131 100644 --- a/sysutils/vmdktool/Makefile +++ b/sysutils/vmdktool/Makefile @@ -13,9 +13,7 @@ COMMENT= Convert VMDK files to/from raw disk images LICENSE= BSD -MAN8= vmdktool.8 +PLIST_FILES= bin/vmdktool \ + man/man8/vmdktool.8.gz -PLIST_FILES= bin/vmdktool - -NO_STAGE= yes .include <bsd.port.mk> |