pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/autoconf list files which reference ${WRKSRC} in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5700c4d1c6b
branches:  trunk
changeset: 495609:c5700c4d1c6b
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Jun 15 02:01:43 2005 +0000

description:
list files which reference ${WRKSRC} in a way which should be ok.  Bump PKGREVISION.

diffstat:

 devel/autoconf/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r f6d018db6904 -r c5700c4d1c6b devel/autoconf/Makefile
--- a/devel/autoconf/Makefile   Wed Jun 15 01:50:58 2005 +0000
+++ b/devel/autoconf/Makefile   Wed Jun 15 02:01:43 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2005/05/22 20:51:45 jlam Exp $
+# $NetBSD: Makefile,v 1.54 2005/06/15 02:01:43 dmcmahill Exp $
 
 DISTNAME=              autoconf-2.59
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNU:=autoconf/}
 EXTRACT_SUFX=          .tar.bz2
@@ -32,9 +32,15 @@
 
 TEST_TARGET=           check
 
+CHECK_WRKREF_SKIP+=    ${PREFIX}/share/autoconf/autoconf/autoconf.m4f
+CHECK_WRKREF_SKIP+=    ${PREFIX}/share/autoconf/autotest/autotest.m4f
+CHECK_WRKREF_SKIP+=    ${PREFIX}/share/autoconf/m4sugar/m4sugar.m4f
+CHECK_WRKREF_SKIP+=    ${PREFIX}/share/autoconf/m4sugar/m4sh.m4f
+
 # undo a rather stupid hack in the install step when --without-lispdir is used
 post-install:
        ${RM} -rf ${WRKSRC}/lib/emacs/no
 
 .include "../../lang/perl5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
+



Home | Main Index | Thread Index | Old Index