aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libconfuse
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 01:13:42 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 01:13:42 +0800
commit3ff0383d3a2fb21cdb1e80822419f4aac7fd522f (patch)
tree3181285e36d6e08abfc359972209897c5230fa7a /devel/libconfuse
parent8159014cc78f379bc2dd37a33cccefd446edd843 (diff)
downloadfreebsd-ports-gnome-3ff0383d3a2fb21cdb1e80822419f4aac7fd522f.tar.gz
freebsd-ports-gnome-3ff0383d3a2fb21cdb1e80822419f4aac7fd522f.tar.zst
freebsd-ports-gnome-3ff0383d3a2fb21cdb1e80822419f4aac7fd522f.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)
Diffstat (limited to 'devel/libconfuse')
-rw-r--r--devel/libconfuse/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile
index 107d5e778426..f5e59ecdc237 100644
--- a/devel/libconfuse/Makefile
+++ b/devel/libconfuse/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libconfuse
-# Date created: 18 September 2004
-# Whom: Juraj Lutter <otis@sk.freebsd.org>
-#
+# Created by: Juraj Lutter <otis@sk.freebsd.org>
# $FreeBSD$
-#
PORTNAME= libconfuse
PORTVERSION= 2.7
@@ -29,4 +25,5 @@ CONFIGURE_ARGS+= --with-check=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
.endif
+NO_STAGE= yes
.include <bsd.port.mk>