diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:21:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:21:20 +0800 |
commit | 4fc21e4689ef5b1310fa649ac9cd68f25eb078cd (patch) | |
tree | a83f9c61d0f1407763c818e3b12c03434ae8641a /french/hunspell | |
parent | 67f5f7650118b699f19d83ce5690dabca3f3af22 (diff) | |
download | freebsd-ports-gnome-4fc21e4689ef5b1310fa649ac9cd68f25eb078cd.tar.gz freebsd-ports-gnome-4fc21e4689ef5b1310fa649ac9cd68f25eb078cd.tar.zst freebsd-ports-gnome-4fc21e4689ef5b1310fa649ac9cd68f25eb078cd.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: french)
Diffstat (limited to 'french/hunspell')
-rw-r--r-- | french/hunspell/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/french/hunspell/Makefile b/french/hunspell/Makefile index 17edb80d2a15..886d25e08678 100644 --- a/french/hunspell/Makefile +++ b/french/hunspell/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: hunspell -# Date created: 2011-07-20 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 4.6 @@ -29,6 +24,7 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \ %%DATADIR%%/${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/fr-moderne.aff ${DATADIR}/fr_FR.aff |