1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Add a bsdinstall package

This commit is contained in:
Baptiste Daroussin 2015-03-18 12:28:17 +00:00
parent 6b710cc6fe
commit 842294c1ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=280216
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