Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.
PR: 150687 Submitted by: swell.k@gmail.com
This commit is contained in:
parent
6cdcf71c7e
commit
4cd240cfcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261413
2 changed files with 9 additions and 0 deletions
|
@ -274,4 +274,7 @@ ckpl:
|
|||
lang:
|
||||
${MAKE} WITH_LANG=yes
|
||||
|
||||
ckmtree:
|
||||
${MTREE_CMD} -f ${MTREE_FILE} -p ${PREFIX}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue