diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-08-26 04:53:38 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-08-26 04:53:38 +0000 |
commit | a49110e9e1c663c04d30451ff7959b1ed4de86f4 (patch) | |
tree | cc4b9619c282f39c6c52ac9b6267d0180f7f9451 /japanese/recjis/Makefile | |
parent | e8e7ca390cc5f7502e3506bf4e26dd0c056fc544 (diff) | |
download | ports-a49110e9e1c663c04d30451ff7959b1ed4de86f4.tar.gz ports-a49110e9e1c663c04d30451ff7959b1ed4de86f4.zip |
Notes
Diffstat (limited to 'japanese/recjis/Makefile')
-rw-r--r-- | japanese/recjis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/recjis/Makefile b/japanese/recjis/Makefile index 31ee9e3bfa87..016a321bfcb1 100644 --- a/japanese/recjis/Makefile +++ b/japanese/recjis/Makefile @@ -19,7 +19,7 @@ ALL_TARGET= prog do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*jis ${PREFIX}/bin ${MKDIR} ${PREFIX}/lib/recjis - ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 777 \ + ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 644 \ ${WRKSRC}/*_tbl ${PREFIX}/lib/recjis .include <bsd.port.mk> |