diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:41:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:41:52 +0000 |
commit | 3acd8bd594e99beffb17e70089cbcbb6ffc3382a (patch) | |
tree | c608cd0be9c0d1c3762cb070b83d71cc06097a2b /hebrew/aspell | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: hebrew)
Notes
Notes:
svn path=/head/; revision=327734
Diffstat (limited to 'hebrew/aspell')
-rw-r--r-- | hebrew/aspell/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hebrew/aspell/Makefile b/hebrew/aspell/Makefile index feae720d6c59..54c1391a27a1 100644 --- a/hebrew/aspell/Makefile +++ b/hebrew/aspell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: he-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-he-1.0-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Hebrew dictionaries DICT= he +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include <bsd.port.post.mk> |