freebsd-ports/hungarian/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

26 lines
591 B
Makefile

# Created by: janos.mohacsi@bsd.hu
PORTNAME= hunspell
PORTVERSION= 1.6.1
CATEGORIES= hungarian textproc
MASTER_SITES= SF/magyarispell/Magyar%20Ispell/${PORTVERSION}
DISTNAME= hu_HU-${PORTVERSION}
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Hunspell Hungarian dictionary
LICENSE= GPLv2 LGPL21 MPL11
LICENSE_COMB= dual
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/hu_HU-${PORTVERSION}
PLIST_FILES= ${DATADIR}/hu_HU.aff \
${DATADIR}/hu_HU.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>