pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/lintpkgsrc Make sure that FILESDIR is a full ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0f67156c2d1
branches:  trunk
changeset: 572367:c0f67156c2d1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 24 22:04:38 2010 +0000

description:
Make sure that FILESDIR is a full path, so that the resulting +BUILD_INFO
is consistent.

diffstat:

 pkgtools/lintpkgsrc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d6862e1694c -r c0f67156c2d1 pkgtools/lintpkgsrc/Makefile
--- a/pkgtools/lintpkgsrc/Makefile      Wed Feb 24 22:00:51 2010 +0000
+++ b/pkgtools/lintpkgsrc/Makefile      Wed Feb 24 22:04:38 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/01/31 11:38:48 obache Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/24 22:04:38 joerg Exp $
 #
 
 DISTNAME=      lintpkgsrc-4.82
@@ -17,7 +17,7 @@
 
 USE_TOOLS+=    perl:run
 
-FILESDIR=      ../../pkgtools/pkglint/files
+FILESDIR=      ${.CURDIR}/../../pkgtools/pkglint/files
 WRKSRC=                ${WRKDIR}
 NO_BUILD=      yes
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index