summaryrefslogtreecommitdiff
path: root/irc/nefarious
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:44:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:44:49 +0000
commitf30824b2efbe63d43d2f6c20532432b115efc294 (patch)
tree9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/nefarious
parentAdd 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)
Notes
Notes: svn path=/head/; revision=327736
Diffstat (limited to 'irc/nefarious')
-rw-r--r--irc/nefarious/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/nefarious/Makefile b/irc/nefarious/Makefile
index c398a7075ede..4f992011dab6 100644
--- a/irc/nefarious/Makefile
+++ b/irc/nefarious/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Nefarious
-# Date created: 12 August 2007
-# Whom: Frank J. Laszlo <laszlof@FreeBSD.org>
-#
+# Created by: Frank J. Laszlo <laszlof@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Nefarious
PORTVERSION= 1.2.0
@@ -26,6 +22,7 @@ USE_OPENSSL= yes
CONFIGURE_ARGS+= --enable-ssl
.endif
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !defined(INSTALL_PREFIX)