diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:17:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:17:30 +0800 |
commit | 260207ce91e2656af49dbcb8b2556c315389b3a2 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/hyperestraier | |
parent | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (diff) | |
download | freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.tar.gz freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.tar.zst freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)
Diffstat (limited to 'textproc/hyperestraier')
-rw-r--r-- | textproc/hyperestraier/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 5d39b1a9c0c3..24379803b2bd 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: hyperestraier -# Date created: 2005-09-11 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports-stable/textproc/hyperestraier/Makefile,v 1.3 2006/10/17 11:45:45 ahze Exp $ @@ -32,6 +29,7 @@ MECAB_DESC= Enable mecab support MAN1= estcall.1 estcmd.1 estconfig.1 estmaster.1 estwaver.1 MAN3= estnode.3 estraier.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MLZO} |