1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/print/font-amsfonts/Makefile
Hiroki Sato afab37b63f Fix permission in the font file directory.
Spotted by:	Matthew Luckie
2011-07-07 02:25:10 +00:00

33 lines
743 B
Makefile

# New ports collection makefile for: font-amsfonts
# Date created: June 13, 2011
# Whom: hrs
#
# $FreeBSD$
#
PORTNAME= amsfonts
PORTVERSION= 3.02
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= hrs
PKGNAMEPREFIX= font-
DIST_SUBDIR= teTeX
MAINTAINER= hrs@FreeBSD.org
COMMENT= Computer Modern and standard fonts for TeX
PLIST_SUB= FONTSDIR=${FONTSDIR}
NO_BUILD= yes
FONTSDIR= share/fonts/${PORTNAME}
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>