freebsd-ports/x11-fonts/sharefonts/Makefile
Tobias Kortkamp 405fc0c0c9 x11-fonts/sharefonts: Do not package fonts.dir
It is generated by USES=font post-install.  Packaging it just
leads to checksum errors:

Checking for packages with mismatched checksums:
sharefonts-0.10_6: /usr/local/share/fonts/sharefonts/fonts.dir

PR:		224407
Reported by:	Marco Beishuizen <mbeis@xs4all.nl>
2018-10-01 19:57:09 +00:00

29 lines
720 B
Makefile

# Created by: dburr@FreeBSD.org
# $FreeBSD$
PORTNAME= sharefonts
PORTVERSION= 0.10
PORTREVISION= 7
CATEGORIES= x11-fonts
MASTER_SITES= http://download.gimp.org/pub/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \
http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
http://mirrors.xmission.com/gimp/%SUBDIR%/
MASTER_SITE_SUBDIR= gimp/fonts
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Collection of shareware ATM fonts from the CICA archives
RESTRICTED= Shareware: cannot be distributed without prior authorization
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
USES= fonts
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKDIR}/sharefont/* ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>