freebsd-ports/textproc/it-hunspell/Makefile
Baptiste Daroussin c82d9248b0 hunspell: avoid plist substitution
When using PLIST_FILES substitution is not necessary and recommended not
to use, the direct use of make(1) variables, works perfectly fine.
2021-08-09 08:39:07 +02:00

27 lines
559 B
Makefile

PORTNAME= hunspell
PORTVERSION= 2016.02.10
CATEGORIES= textproc
MASTER_SITES= SF/aoo-extensions/1204/14/
PKGNAMEPREFIX= it-
DISTNAME= dict-it
EXTRACT_SUFX= .oxt
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Italian hunspell dictionaries
LICENSE= GPLv3
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= ${DATADIR}/it_IT.aff \
${DATADIR}/it_IT.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/dictionaries/it_IT.aff \
${WRKSRC}/dictionaries/it_IT.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>