summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/packages/vi-debug.ucl13
-rw-r--r--release/packages/vi.ucl13
-rw-r--r--usr.bin/vi/Makefile1
-rw-r--r--usr.bin/vi/catalog/Makefile6
4 files changed, 32 insertions, 1 deletions
diff --git a/release/packages/vi-debug.ucl b/release/packages/vi-debug.ucl
new file mode 100644
index 0000000..4dbc14b
--- /dev/null
+++ b/release/packages/vi-debug.ucl
@@ -0,0 +1,13 @@
+name = "FreeBSD-%PKGNAME%"
+origin = "base"
+version = "%VERSION%"
+comment = "Vi Editor (debugging symbols)"
+categories = [ base ]
+maintainer = "re@FreeBSD.org"
+www = "https://www.FreeBSD.org"
+prefix = "/"
+licenselogic = "single"
+licenses = [ BSD2CLAUSE ]
+desc = <<EOD
+%DESC%
+EOD
diff --git a/release/packages/vi.ucl b/release/packages/vi.ucl
new file mode 100644
index 0000000..f84a2b6
--- /dev/null
+++ b/release/packages/vi.ucl
@@ -0,0 +1,13 @@
+name = "FreeBSD-%PKGNAME%"
+origin = "base"
+version = "%VERSION%"
+comment = "Vi Editor"
+categories = [ base ]
+maintainer = "re@FreeBSD.org"
+www = "https://www.FreeBSD.org"
+prefix = "/"
+licenselogic = "single"
+licenses = [ BSD2CLAUSE ]
+desc = <<EOD
+%DESC%
+EOD
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 3a0fd47..ae9814d 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -4,6 +4,7 @@
.include <src.opts.mk>
+PACKAGE= vi
SRCDIR= ${.CURDIR}/../../contrib/nvi
SUBDIR+= catalog
diff --git a/usr.bin/vi/catalog/Makefile b/usr.bin/vi/catalog/Makefile
index e2ca579..34b76ac 100644
--- a/usr.bin/vi/catalog/Makefile
+++ b/usr.bin/vi/catalog/Makefile
@@ -3,10 +3,14 @@
.include <bsd.own.mk>
+PACKAGE=vi
V= ${.CURDIR}/../../../contrib/nvi
-CAT= dutch english french german polish ru_RU.KOI8-R spanish swedish \
+FILESGROUPS+=VICAT
+VICAT= dutch english french german polish ru_RU.KOI8-R spanish swedish \
uk_UA.KOI8-U zh_CN.GB2312
+VICATDIR= ${FILESDIR}
+VICATPACKAGE= ${PACKAGE}
SCAN= ${V}/cl/*.c ${V}/common/*.c ${V}/ex/*.c ${V}/vi/*.c
OpenPOWER on IntegriCloud