pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix REPLACE_PERL: pathnames listed should be relative ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3050e0add880
branches: trunk
changeset: 460616:3050e0add880
user: seb <seb%pkgsrc.org@localhost>
date: Mon Sep 01 23:34:57 2003 +0000
description:
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
diffstat:
benchmarks/skampi/Makefile | 4 ++--
cad/covered/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 2510e44cd29a -r 3050e0add880 benchmarks/skampi/Makefile
--- a/benchmarks/skampi/Makefile Mon Sep 01 22:49:42 2003 +0000
+++ b/benchmarks/skampi/Makefile Mon Sep 01 23:34:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:24:35 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/01 23:34:57 seb Exp $
#
DISTNAME= skampi4
@@ -19,7 +19,7 @@
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_PERL5= run
-REPLACE_PERL= ${WRKSRC}/report_generator/dorep4.pl
+REPLACE_PERL= report_generator/dorep4.pl
do-build:
${GUNZIP_CMD} ${DISTDIR}/${DISTNAME}_userman.ps.gz -c > \
diff -r 2510e44cd29a -r 3050e0add880 cad/covered/Makefile
--- a/cad/covered/Makefile Mon Sep 01 22:49:42 2003 +0000
+++ b/cad/covered/Makefile Mon Sep 01 23:34:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/24 18:38:06 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/01 23:41:37 seb Exp $
#
DISTNAME= covered-0.2.1
@@ -16,7 +16,7 @@
CONFLICTS+= covered-current-[0-9]*
USE_PERL5= YES
-REPLACE_PERL= ${WRKSRC}/diags/verilog/check_test
+REPLACE_PERL= diags/verilog/check_test
GNU_CONFIGURE= YES
USE_GMAKE= YES
TEST_DIRS= ${WRKSRC}/diags/regress
Home |
Main Index |
Thread Index |
Old Index