pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells Replace inclusion of a file that just contains



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b412d3407a4
branches:  trunk
changeset: 459917:4b412d3407a4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 11 17:27:55 2003 +0000

description:
Replace inclusion of a file that just contains
        .include "../../mk/bsd.pkg.mk"
with that line instead.

diffstat:

 shells/ast-ksh/Makefile         |  4 ++--
 shells/ast-ksh/Makefile.include |  1 -
 shells/static-ast-ksh/Makefile  |  4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r f1ec331b8df6 -r 4b412d3407a4 shells/ast-ksh/Makefile
--- a/shells/ast-ksh/Makefile   Mon Aug 11 17:25:04 2003 +0000
+++ b/shells/ast-ksh/Makefile   Mon Aug 11 17:27:55 2003 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.10 2003/05/31 16:14:47 uebayasi Exp $
+# $NetBSD: Makefile,v 1.11 2003/08/11 17:27:55 wiz Exp $
 #
 .include "Makefile.common"
 
-.include "Makefile.include"
+.include "../../mk/bsd.pkg.mk"
diff -r f1ec331b8df6 -r 4b412d3407a4 shells/ast-ksh/Makefile.include
--- a/shells/ast-ksh/Makefile.include   Mon Aug 11 17:25:04 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-.include "../../mk/bsd.pkg.mk"
diff -r f1ec331b8df6 -r 4b412d3407a4 shells/static-ast-ksh/Makefile
--- a/shells/static-ast-ksh/Makefile    Mon Aug 11 17:25:04 2003 +0000
+++ b/shells/static-ast-ksh/Makefile    Mon Aug 11 17:27:55 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2003/05/31 16:14:47 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2003/08/11 17:27:58 wiz Exp $
 #
 .include "../../shells/ast-ksh/Makefile.common"
 
@@ -13,4 +13,4 @@
 
 KSH93_MAKEFLAGS=LDFLAGS=-static
 
-.include "../../shells/ast-ksh/Makefile.include"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index