Add a bsdinstall package
This commit is contained in:
parent
6b710cc6fe
commit
842294c1ff
13
release/packages/bsdinstall.ucl
Normal file
13
release/packages/bsdinstall.ucl
Normal 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
|
@ -3,5 +3,6 @@
|
||||
SUBDIR= distextract distfetch partedit scripts
|
||||
SCRIPTS= bsdinstall
|
||||
MAN= bsdinstall.8
|
||||
PACKAGE= bsdinstall
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
1
usr.sbin/bsdinstall/Makefile.inc
Normal file
1
usr.sbin/bsdinstall/Makefile.inc
Normal file
@ -0,0 +1 @@
|
||||
PACKAGE=bsdinstall
|
Loading…
Reference in New Issue
Block a user