Add a bsdinstall package

This commit is contained in:
Baptiste Daroussin 2015-03-18 12:28:17 +00:00
parent 6b710cc6fe
commit 842294c1ff
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
name = "FreeBSD-bsdinstall"
origin = "base"
version = "%VERSION%"
comment = "Installer"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
TODO
EOD

View File

@ -3,5 +3,6 @@
SUBDIR= distextract distfetch partedit scripts
SCRIPTS= bsdinstall
MAN= bsdinstall.8
PACKAGE= bsdinstall
.include <bsd.prog.mk>

View File

@ -0,0 +1 @@
PACKAGE=bsdinstall