mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix permission in the font file directory.
Spotted by: Matthew Luckie
This commit is contained in:
parent
522abc8a66
commit
afab37b63f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277207
1 changed files with 3 additions and 0 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue