From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 16:41:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BC3BF08; Mon, 17 Feb 2014 16:41:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45B5015EA; Mon, 17 Feb 2014 16:41:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1HGfOM8042960; Mon, 17 Feb 2014 16:41:24 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1HGfLw0042940; Mon, 17 Feb 2014 16:41:21 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402171641.s1HGfLw0042940@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 17 Feb 2014 16:41:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344796 - in head/finance/cbb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 16:41:24 -0000 Author: gahr Date: Mon Feb 17 16:41:21 2014 New Revision: 344796 URL: http://svnweb.freebsd.org/changeset/ports/344796 QAT: https://qat.redports.org/buildarchive/r344796/ Log: - Convert to USES=tk - Shebangfix - STAGE-clean - Add LICENSE Added: head/finance/cbb/files/ head/finance/cbb/files/patch-Makefile.in (contents, props changed) head/finance/cbb/files/patch-contrib_Makefile.in (contents, props changed) head/finance/cbb/files/patch-docs-cbb-man-icons.png_Makefile.in (contents, props changed) head/finance/cbb/files/patch-docs-cbb-man_Makefile.in (contents, props changed) head/finance/cbb/files/patch-docs_Makefile.in (contents, props changed) head/finance/cbb/files/patch-etc_Makefile.in (contents, props changed) head/finance/cbb/files/patch-graphs_Makefile.in (contents, props changed) head/finance/cbb/files/patch-images_Makefile.in (contents, props changed) head/finance/cbb/files/patch-languages_Makefile.in (contents, props changed) head/finance/cbb/files/patch-perl_Makefile.in (contents, props changed) head/finance/cbb/files/patch-reports_Makefile.in (contents, props changed) head/finance/cbb/files/patch-tcl_Makefile.in (contents, props changed) Modified: head/finance/cbb/Makefile Modified: head/finance/cbb/Makefile ============================================================================== --- head/finance/cbb/Makefile Mon Feb 17 16:39:00 2014 (r344795) +++ head/finance/cbb/Makefile Mon Feb 17 16:41:21 2014 (r344796) @@ -10,21 +10,25 @@ EXTRACT_SUFX= .tgz MAINTAINER= kline@thought.org COMMENT= Checkbook balancing tool -USE_TK= yes +LICENSE= GPLv2 NO_BUILD= yes -USES= perl5 +USES= shebangfix perl5 tk +SHEBANG_FILES= tcl/*.tcl */*.pl contrib/* +SHEBANG_LANG= perl tk GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-perl=${PERL} \ --with-wish=${WISH} +MAKE_ENV+= STAGEDIR=${STAGEDIR} WRKSRC= ${WRKDIR}/${PKGNAME:R} PLIST_SUB+= VERSION=${PORTVERSION:R:R} -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|.aboutwin.frame.a.l6 ||' \ ${WRKSRC}/tcl/help.tcl ${REINPLACE_CMD} -e 's|%4Y%02m%02d|%Y%m%d|' \ ${WRKSRC}/tcl/main.tcl + ${REINPLACE_CMD} -e 's|/usr/bin/perl|${TCLSH}|' \ + ${WRKSRC}/languages/*.tcl .include Added: head/finance/cbb/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- Makefile.in.orig 2001-08-15 03:56:01.000000000 +0200 ++++ Makefile.in 2014-02-17 17:10:53.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -305,19 +305,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-contrib_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-contrib_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- contrib/Makefile.in.orig 2014-02-17 16:54:57.000000000 +0100 ++++ contrib/Makefile.in 2014-02-17 16:55:36.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -182,19 +182,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-docs-cbb-man-icons.png_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-docs-cbb-man-icons.png_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- docs/cbb-man/icons.png/Makefile.in.orig 2014-02-17 17:04:22.000000000 +0100 ++++ docs/cbb-man/icons.png/Makefile.in 2014-02-17 17:04:51.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -189,19 +189,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-docs-cbb-man_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-docs-cbb-man_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- docs/cbb-man/Makefile.in.orig 2014-02-17 17:01:47.000000000 +0100 ++++ docs/cbb-man/Makefile.in 2014-02-17 17:02:18.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -260,19 +260,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-docs_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-docs_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- docs/Makefile.in.orig 2014-02-17 16:56:01.000000000 +0100 ++++ docs/Makefile.in 2014-02-17 16:56:49.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -264,19 +264,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-etc_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-etc_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- etc/Makefile.in.orig 2014-02-17 16:57:08.000000000 +0100 ++++ etc/Makefile.in 2014-02-17 16:57:44.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -165,19 +165,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-graphs_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-graphs_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- graphs/Makefile.in.orig 2014-02-17 16:58:03.000000000 +0100 ++++ graphs/Makefile.in 2014-02-17 16:58:31.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -197,19 +197,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-images_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-images_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- images/Makefile.in.orig 2014-02-17 16:59:00.000000000 +0100 ++++ images/Makefile.in 2014-02-17 16:59:31.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -168,19 +168,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-languages_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-languages_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- languages/Makefile.in.orig 2014-02-17 17:05:32.000000000 +0100 ++++ languages/Makefile.in 2014-02-17 17:06:03.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -166,19 +166,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-perl_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-perl_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- perl/Makefile.in.orig 2014-02-17 17:06:57.000000000 +0100 ++++ perl/Makefile.in 2014-02-17 17:07:25.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -174,19 +174,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-reports_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-reports_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- reports/Makefile.in.orig 2014-02-17 17:08:01.000000000 +0100 ++++ reports/Makefile.in 2014-02-17 17:08:39.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -188,19 +188,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: Added: head/finance/cbb/files/patch-tcl_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/cbb/files/patch-tcl_Makefile.in Mon Feb 17 16:41:21 2014 (r344796) @@ -0,0 +1,37 @@ +--- tcl/Makefile.in.orig 2014-02-17 17:09:00.000000000 +0100 ++++ tcl/Makefile.in 2014-02-17 17:09:36.000000000 +0100 +@@ -32,7 +32,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + +-DISTDIR = ++DISTDIR = ${STAGEDIR} + + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +@@ -179,19 +179,19 @@ + # Create install directories + make-dirs: + umask 022; \ +- if test '!' -d $(CBB_BINDIR); then \ +- mkdir -p $(CBB_BINDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_BINDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_BINDIR); \ + fi; \ +- if test '!' -d $(CBB_LIBDIR); then \ +- mkdir -p $(CBB_LIBDIR); \ ++ if test '!' -d $(DISTDIR)$(CBB_LIBDIR); then \ ++ mkdir -p $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + install-exec-local: make-dirs + if test -n "$(CBB_BINFILES)"; then \ +- $(INSTALL) $(CBB_BINFILES) $(CBB_BINDIR); \ ++ $(INSTALL) $(CBB_BINFILES) $(DISTDIR)$(CBB_BINDIR); \ + fi; + if test -n "$(CBB_LIBFILES)"; then \ +- $(INSTALL) $(CBB_LIBFILES) $(CBB_LIBDIR); \ ++ $(INSTALL) $(CBB_LIBFILES) $(DISTDIR)$(CBB_LIBDIR); \ + fi; + + dist-hook: