aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2008-10-31 01:06:43 +0800
committerhrs <hrs@FreeBSD.org>2008-10-31 01:06:43 +0800
commitfa6ecec57a570f9dcd5ea3cade5ce85efbb1834c (patch)
tree0aba57765ffb9729871d59c438a6abdfba098c19 /japanese
parentc4992b5c78c9e404b60e620accdfe821b8ee562d (diff)
downloadfreebsd-ports-gnome-fa6ecec57a570f9dcd5ea3cade5ce85efbb1834c.tar.gz
freebsd-ports-gnome-fa6ecec57a570f9dcd5ea3cade5ce85efbb1834c.tar.zst
freebsd-ports-gnome-fa6ecec57a570f9dcd5ea3cade5ce85efbb1834c.zip
- Fix mode of ${LOCALBASE}/etc/xpdfrc.
- Fix FONTSDIR of UnBatang.ttf.
Diffstat (limited to 'japanese')
-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>