diff options
Diffstat (limited to 'textproc/nl-hunspell/Makefile')
-rw-r--r-- | textproc/nl-hunspell/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/nl-hunspell/Makefile b/textproc/nl-hunspell/Makefile index a225a167f952..618051a6257a 100644 --- a/textproc/nl-hunspell/Makefile +++ b/textproc/nl-hunspell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nl-hunspell -# Date created: 2012-02-03 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 2.10 @@ -33,6 +29,7 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \ %%DATADIR%%/${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/nl_NL.aff ${DATADIR}/nl_NL.aff |