diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:21:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:21:20 +0000 |
commit | 4a65c836693c56cb403b7a0b47a9514037a4bcec (patch) | |
tree | a83f9c61d0f1407763c818e3b12c03434ae8641a /french/ispell | |
parent | 1c7169ab74dcbb512e836e6882d91239ff49ddee (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: french)
Notes
Notes:
svn path=/head/; revision=327728
Diffstat (limited to 'french/ispell')
-rw-r--r-- | french/ispell/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/french/ispell/Makefile b/french/ispell/Makefile index 999dd2c58235..161fea44818b 100644 --- a/french/ispell/Makefile +++ b/french/ispell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fr-ispell -# Date created: 10 February 2000 -# Whom: Alexander Langer <alex@big.endian.de> -# +# Created by: Alexander Langer <alex@big.endian.de> # $FreeBSD$ -# MAINTAINER= office@FreeBSD.org @@ -12,4 +8,5 @@ PORTVERSION= 1.4 CATEGORIES= french MASTERDIR= ${.CURDIR}/../../textproc/ispell +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |