From afab37b63fda8121791fc365b47d30c6efdf40e7 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Thu, 7 Jul 2011 02:25:10 +0000 Subject: [PATCH] Fix permission in the font file directory. Spotted by: Matthew Luckie --- print/font-amsfonts/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/print/font-amsfonts/Makefile b/print/font-amsfonts/Makefile index a25315df741d..7a46d994e7f3 100644 --- a/print/font-amsfonts/Makefile +++ b/print/font-amsfonts/Makefile @@ -7,6 +7,7 @@ PORTNAME= amsfonts PORTVERSION= 3.02 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= hrs @@ -25,5 +26,7 @@ do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} cd ${PREFIX}/${FONTSDIR} && ${TAR} -x -z -U --strip-components 1 -f \ ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${FONTSDIR} + ${CHMOD} -R go-w ${PREFIX}/${FONTSDIR} .include