mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
6fa84802bb
rename GNOME2 -> GNOME to fits what is defined in global options descriptions remove X11_ONLY and consider that if X11 is selected and no UI is selected you are in X11_ONLY mode remove LANG option which wasn't used anyway do not try to dirrmtry directory if NLS isn't checked use RADIO option to do the magic checking of different toolkit bsd.port.pre.mk and bsd.port.post.mk are not needed anymore so I just removed them PR: ports/176684 Submitted by: bapt Reviewed by: miwi Approved by: maintainer timeout (14 days)
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
@comment $FreeBSD$
|
|
bin/vim
|
|
bin/vimtutor
|
|
bin/xxd
|
|
@comment bin/ex
|
|
@comment bin/gex
|
|
bin/eview
|
|
bin/evim
|
|
bin/gview
|
|
bin/gvim
|
|
bin/gvimtutor
|
|
bin/rgview
|
|
bin/rgvim
|
|
bin/rview
|
|
bin/rvim
|
|
bin/vimdiff
|
|
bin/gvimdiff
|
|
@comment bin/view
|
|
@exec mkdir -p %D/share/vim/%%VIM_VER%%/lang
|
|
@comment Insert PLIST.share-vim here
|
|
@comment -=[ begin PLIST.share-vim ]=-
|
|
@comment -=[ end PLIST.share-vim ]=-
|
|
%%NLS%%@dirrmtry man/fr/man1
|
|
%%NLS%%@dirrmtry man/fr
|
|
%%NLS%%@dirrmtry man/fr.ISO8859-1/man1
|
|
%%NLS%%@dirrmtry man/fr.ISO8859-1
|
|
%%NLS%%@dirrmtry man/fr.UTF-8/man1
|
|
%%NLS%%@dirrmtry man/fr.UTF-8
|
|
%%NLS%%@dirrmtry man/it/man1
|
|
%%NLS%%@dirrmtry man/it
|
|
%%NLS%%@dirrmtry man/it.ISO8859-1/man1
|
|
%%NLS%%@dirrmtry man/it.ISO8859-1
|
|
%%NLS%%@dirrmtry man/it.UTF-8/man1
|
|
%%NLS%%@dirrmtry man/it.UTF-8
|
|
%%NLS%%@dirrmtry man/pl/man1
|
|
%%NLS%%@dirrmtry man/pl
|
|
%%NLS%%@dirrmtry man/pl.ISO8859-2/man1
|
|
%%NLS%%@dirrmtry man/pl.ISO8859-2
|
|
%%NLS%%@dirrmtry man/pl.UTF-8/man1
|
|
%%NLS%%@dirrmtry man/pl.UTF-8
|
|
%%NLS%%@dirrmtry man/ru.UTF-8/man1
|
|
%%NLS%%@dirrmtry man/ru.UTF-8
|
|
@dirrm share/vim
|