aboutsummaryrefslogtreecommitdiff
path: root/japanese/xpdf
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-10-30 17:06:43 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-10-30 17:06:43 +0000
commite6861fb2ff7df027ba901c7ebb2e31a85f90c479 (patch)
tree923037fc81933ae9e2eec491ed0a5796199ad866 /japanese/xpdf
parentd3d351c1a1744ab2e2972500b8a61d035852acaa (diff)
downloadports-e6861fb2ff7df027ba901c7ebb2e31a85f90c479.tar.gz
ports-e6861fb2ff7df027ba901c7ebb2e31a85f90c479.zip
- Fix mode of ${LOCALBASE}/etc/xpdfrc.
- Fix FONTSDIR of UnBatang.ttf.
Notes
Notes: svn path=/head/; revision=222236
Diffstat (limited to 'japanese/xpdf')
-rw-r--r--japanese/xpdf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xpdf/Makefile b/japanese/xpdf/Makefile
index 9a0913318513..cde35725d867 100644
--- a/japanese/xpdf/Makefile
+++ b/japanese/xpdf/Makefile
@@ -45,6 +45,6 @@ post-install:
${ECHO_CMD} "include ${EXTRARC}" ) \
> ${LOCALBASE}/etc/xpdfrc
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${LOCALBASE}/etc/xpdfrc
- ${CHMOD} 0444 ${LOCALBASE}/etc/xpdfrc
+ ${CHMOD} 0644 ${LOCALBASE}/etc/xpdfrc
.include <bsd.port.mk>