diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
commit | f30824b2efbe63d43d2f6c20532432b115efc294 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/solid-ircd/Makefile | |
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: irc)
Diffstat (limited to 'irc/solid-ircd/Makefile')
-rw-r--r-- | irc/solid-ircd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/solid-ircd/Makefile b/irc/solid-ircd/Makefile index 8165fae08ff6..da61574af8f7 100644 --- a/irc/solid-ircd/Makefile +++ b/irc/solid-ircd/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: Solid-IRCd -# Date created: 26 May 2005 -# Whom: mj <systemoperator@gmail.com> -# +# Created by: mj <systemoperator@gmail.com> # $FreeBSD$ -# PORTNAME= solid-ircd PORTVERSION= 3.4.8 @@ -27,6 +23,7 @@ CONFIGURE_ARGS+= --disable-openssl USE_OPENSSL= yes .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 900007 |