Index: head/hungarian/hunspell/Makefile =================================================================== --- head/hungarian/hunspell/Makefile (revision 450507) +++ head/hungarian/hunspell/Makefile (revision 450508) @@ -1,26 +1,27 @@ # Created by: janos.mohacsi@bsd.hu # $FreeBSD$ 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 MPL +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