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