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