diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 16:47:50 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-02 16:47:50 +0000 |
commit | 17f1329d94576b47ba3498ebdc26a56163d7f60e (patch) | |
tree | 53e3ca021c2ed79e214deb70d95b4806afc3e68c /usr.bin/vi | |
parent | 750e7eb5dc2ead0b2d4cf58e0c6777620dbcdc24 (diff) |
Create a package for vi(1) and related files.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/projects/release-pkg/; revision=295155
Diffstat (limited to 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/vi/catalog/Makefile | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 3a0fd47cd5a8..ae9814d73951 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 e2ca579ba57c..34b76ac00fa4 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 |