Index: head/textproc/it-hunspell/Makefile =================================================================== --- head/textproc/it-hunspell/Makefile (revision 426850) +++ head/textproc/it-hunspell/Makefile (revision 426851) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= hunspell PORTVERSION= 2016.02.10 CATEGORIES= textproc -MASTER_SITES= http://sourceforge.net/projects/aoo-extensions/files/1204/14/ +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