Source-Changes-HG archive

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

[src/trunk]: src/external/gpl2/xcvs Use .PARSEDIR to set the TOP. It makes th...



details:   https://anonhg.NetBSD.org/src/rev/30760367d777
branches:  trunk
changeset: 343348:30760367d777
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 30 16:47:00 2016 +0000

description:
Use .PARSEDIR to set the TOP. It makes things more portable since they
can work outside the tree.

diffstat:

 external/gpl2/xcvs/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 890a7949f33c -r 30760367d777 external/gpl2/xcvs/Makefile.inc
--- a/external/gpl2/xcvs/Makefile.inc   Sat Jan 30 16:31:28 2016 +0000
+++ b/external/gpl2/xcvs/Makefile.inc   Sat Jan 30 16:47:00 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.3 2012/09/23 17:22:25 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2016/01/30 16:47:00 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
                        -Wno-tautological-constant-out-of-range-compare
 
 BINDIR?= /usr/bin
-IDIST= ${NETBSDSRCDIR}/external/gpl2/xcvs/dist
+IDIST:=        ${.PARSEDIR}/dist
 
 .if !defined(SUBDIR)
 CPPFLAGS+= -DSETXID_SUPPORT -DHAVE_CONFIG_H \



Home | Main Index | Thread Index | Old Index