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