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