1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/textproc/sq-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

28 lines
568 B
Makefile

PORTNAME= hunspell
PORTVERSION= 1.6.2
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.shkenca.org/shkarkime/
PKGNAMEPREFIX= sq-
DISTNAME= myspell-sq_AL-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Albanian hunspell dictionaries
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= zip
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${DATADIR}/sq_AL.aff \
${DATADIR}/sq_AL.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/sq_AL.aff ${WRKSRC}/sq_AL.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>