mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8 lines
132 B
Makefile
8 lines
132 B
Makefile
|
BINDIR= ${PREFIX}
|
||
|
SUBDIR= man1 man3 man5
|
||
|
|
||
|
makedb:
|
||
|
LANG=ja_JP.EUC jmakewhatis ${DESTDIR}${BINDIR}/man/ja/
|
||
|
|
||
|
.include <bsd.subdir.mk>
|