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