diff options
Diffstat (limited to 'textproc/ts-hunspell/Makefile')
-rw-r--r-- | textproc/ts-hunspell/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/ts-hunspell/Makefile b/textproc/ts-hunspell/Makefile index 9e7cb37d9f04..49b66aad1161 100644 --- a/textproc/ts-hunspell/Makefile +++ b/textproc/ts-hunspell/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ts-hunspell -# Date created: 2011-07-20 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 20110323 @@ -27,6 +22,7 @@ PLIST_FILES= %%DATADIR%%/ts_ZA.aff \ %%DATADIR%%/ts_ZA.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/ts-ZA.aff ${DATADIR}/ts_ZA.aff |