diff options
author | obrien <obrien@FreeBSD.org> | 2010-09-19 07:26:57 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-09-19 07:26:57 +0800 |
commit | 1130c2597de3c08ed7c36ddfb876df2451f426cc (patch) | |
tree | 0328875cfc48227322ce52f7cfb3f696e329a2e9 /editors | |
parent | d0530dbec8a86aedec5fe44de501d9bc0c70b19e (diff) | |
download | freebsd-ports-gnome-1130c2597de3c08ed7c36ddfb876df2451f426cc.tar.gz freebsd-ports-gnome-1130c2597de3c08ed7c36ddfb876df2451f426cc.tar.zst freebsd-ports-gnome-1130c2597de3c08ed7c36ddfb876df2451f426cc.zip |
Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.
PR: 150687
Submitted by: swell.k@gmail.com
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 3 | ||||
-rw-r--r-- | editors/vim/pkg-plist | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index a5f36795e529..ef0ea383b502 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -274,4 +274,7 @@ ckpl: lang: ${MAKE} WITH_LANG=yes +ckmtree: + ${MTREE_CMD} -f ${MTREE_FILE} -p ${PREFIX} + .include <bsd.port.post.mk> diff --git a/editors/vim/pkg-plist b/editors/vim/pkg-plist index 8d748e1e9a3d..c6bb648dbfce 100644 --- a/editors/vim/pkg-plist +++ b/editors/vim/pkg-plist @@ -20,14 +20,20 @@ bin/gvimdiff @comment Insert PLIST.share-vim here @comment -=[ begin PLIST.share-vim ]=- @comment -=[ end PLIST.share-vim ]=- +@dirrmtry man/fr/man1 +@dirrmtry man/fr @dirrmtry man/fr.ISO8859-1/man1 @dirrmtry man/fr.ISO8859-1 @dirrmtry man/fr.UTF-8/man1 @dirrmtry man/fr.UTF-8 +@dirrmtry man/it/man1 +@dirrmtry man/it @dirrmtry man/it.ISO8859-1/man1 @dirrmtry man/it.ISO8859-1 @dirrmtry man/it.UTF-8/man1 @dirrmtry man/it.UTF-8 +@dirrmtry man/pl/man1 +@dirrmtry man/pl @dirrmtry man/pl.ISO8859-2/man1 @dirrmtry man/pl.ISO8859-2 @dirrmtry man/pl.UTF-8/man1 |