diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
commit | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (patch) | |
tree | 8db179eca6ba6e7449724456d92a408d868a7732 /comms/hylafax | |
parent | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
Notes
Notes:
svn path=/head/; revision=327714
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 3f4d8e8a1787..403c38a2739e 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# Created by: Julian Stacey <jhs@freebsd.org> +# Created by: Julian Stacey <jhs@FreeBSD.org> # $FreeBSD$ PORTNAME= hylafax @@ -58,6 +58,7 @@ OPTIONS_DEFAULT=PAM NLS NO_OPTIONS_SORT=yes GAWK_DESC= Use gawk for scripts +NO_STAGE= yes .include <bsd.port.options.mk> # Defaults to "North American Letter". Use "ISO A4" for A4. |