pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q2]: pkgsrc/doc Pullup ticket 78 to the pkgsrc-2004Q2 bran...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b895bd9286ec
branches:  pkgsrc-2004Q2
changeset: 476748:b895bd9286ec
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Jul 29 21:44:01 2004 +0000

description:
Pullup ticket 78 to the pkgsrc-2004Q2 branch, requested by Grant Beattie

follow pkgsrc conventions for including bsd.pkg.mk

        Module Name:    pkgsrc
        Committed By:   grant
        Date:           Sat Jul 10 09:08:44 UTC 2004

        Modified Files:
                pkgsrc/devel/as31: Makefile
                pkgsrc/net/tcpdstat: Makefile

        Log Message:
        .include "../../mk/bsd.pkg.mk" not .include <../../mk/bsd.pkg.mk>

diffstat:

 devel/as31/Makefile       |  4 ++--
 doc/CHANGES-pkgsrc-2004Q2 |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 171575ae83da -r b895bd9286ec devel/as31/Makefile
--- a/devel/as31/Makefile       Thu Jul 29 21:40:45 2004 +0000
+++ b/devel/as31/Makefile       Thu Jul 29 21:44:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:13:27 agc Exp $
+# $NetBSD: Makefile,v 1.6.4.1 2004/07/29 21:44:01 agc Exp $
 
 DISTNAME=      asm.8051
 PKGNAME=       as31-19900126
@@ -21,4 +21,4 @@
        ${INSTALL_DATA} ${WRKSRC}/as31.man ${PREFIX}/man/man1/as31.1
        ${INSTALL_DATA} ${WRKSRC}/as31.cat ${PREFIX}/man/cat1/as31.0
 
-.include <../../mk/bsd.pkg.mk>
+.include "../../mk/bsd.pkg.mk"
diff -r 171575ae83da -r b895bd9286ec doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Thu Jul 29 21:40:45 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Thu Jul 29 21:44:01 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.41 2004/07/29 21:40:45 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.42 2004/07/29 21:44:01 agc Exp $
 
 Changes to the packages collection and infrastructure on the
 pkgsrc-2004Q2 branch:
@@ -78,4 +78,6 @@
        build fix for tcpdpriv
 Pullup ticket 77, requested by Grant Beattie [agc 2004-07-29]
        build fix for tcpdstat
+Pullup ticket 78, requested by Grant Beattie [agc 2004-07-29]
+       follow pkgsrc conventions for including bsd.pkg.mk
 



Home | Main Index | Thread Index | Old Index