aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnucash-docs
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 01:18:38 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 01:18:38 +0800
commit67f5f7650118b699f19d83ce5690dabca3f3af22 (patch)
tree0789094361b60471bc0965dc3c2ddef9a1c96446 /finance/gnucash-docs
parent4c4a11f7144e709be034f6fff58ed87baed516dd (diff)
downloadfreebsd-ports-gnome-67f5f7650118b699f19d83ce5690dabca3f3af22.tar.gz
freebsd-ports-gnome-67f5f7650118b699f19d83ce5690dabca3f3af22.tar.zst
freebsd-ports-gnome-67f5f7650118b699f19d83ce5690dabca3f3af22.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: finance)
Diffstat (limited to 'finance/gnucash-docs')
-rw-r--r--finance/gnucash-docs/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
index a90845489767..70b844a1fdb4 100644
--- a/finance/gnucash-docs/Makefile
+++ b/finance/gnucash-docs/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gnucash-doc
-# Date created: Sun Feb 16 2003
-# Whom: Glenn Johnson <glennpj@charter.net>
-#
+# Created by: Glenn Johnson <glennpj@charter.net>
# $FreeBSD$
# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $
-#
PORTNAME= gnucash-docs
PORTVERSION= 2.4.1
@@ -27,4 +23,5 @@ USE_GNOME= libxml2 gnomehier
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
+NO_STAGE= yes
.include <bsd.port.mk>