diff options
author | adamw <adamw@FreeBSD.org> | 2019-06-01 23:39:22 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2019-06-01 23:39:22 +0800 |
commit | 301f885fb0fe58d0b9d850b7be6d5f7cdbf58c19 (patch) | |
tree | 2e2be2db021e646692bd36d2ed57753a2d02225c /editors/vim-tiny | |
parent | 4a652fb715e62db05a64aaab6f25cf7e9ed171ed (diff) | |
download | freebsd-ports-gnome-301f885fb0fe58d0b9d850b7be6d5f7cdbf58c19.tar.gz freebsd-ports-gnome-301f885fb0fe58d0b9d850b7be6d5f7cdbf58c19.tar.zst freebsd-ports-gnome-301f885fb0fe58d0b9d850b7be6d5f7cdbf58c19.zip |
Add forgotten pkg-plist for vim-tiny
Diffstat (limited to 'editors/vim-tiny')
-rw-r--r-- | editors/vim-tiny/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-tiny/pkg-plist | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/vim-tiny/Makefile b/editors/vim-tiny/Makefile index 0423f8044180..48801196e82e 100644 --- a/editors/vim-tiny/Makefile +++ b/editors/vim-tiny/Makefile @@ -11,9 +11,7 @@ TINY= yes MASTERDIR= ${.CURDIR}/../vim PORTDATA= # Not for -tiny -PLIST= # Not for -tiny -PLIST_FILES= bin/vim \ - man/man1/vim.1.gz +PLIST= pkg-plist do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/vim ${STAGEDIR}${PREFIX}/bin diff --git a/editors/vim-tiny/pkg-plist b/editors/vim-tiny/pkg-plist new file mode 100644 index 000000000000..4f0add561d15 --- /dev/null +++ b/editors/vim-tiny/pkg-plist @@ -0,0 +1,3 @@ +bin/vim +%%DEFAULT_VIMRC%%@sample %%ETCDIR%%/vimrc.sample +man/man1/vim.1.gz |