diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jls/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/japanese/jls/Makefile b/japanese/jls/Makefile index 827491715474..ab5f36c2d318 100644 --- a/japanese/jls/Makefile +++ b/japanese/jls/Makefile @@ -16,13 +16,11 @@ COMMENT= Japanized ls CONFLICTS= sleuthkit-[0-9]* -MAN1= jls.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/jls +PLIST_FILES= bin/jls \ + man/man1/jls.1.gz WRKSRC= ${WRKDIR}/ls -NO_STAGE= yes pre-patch: cd ${WRKSRC}; ${MV} ls.1 jls.1 |