pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdepgraph Fixes perl interpreter path for t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/77bdd1db8167
branches: trunk
changeset: 631380:77bdd1db8167
user: obache <obache%pkgsrc.org@localhost>
date: Mon Mar 03 05:06:43 2014 +0000
description:
Fixes perl interpreter path for the case using builtin perl.
diffstat:
pkgtools/pkgdepgraph/Makefile | 3 ++-
pkgtools/pkgdepgraph/files/pkgdepgraph.pl | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r 5524ac55eb26 -r 77bdd1db8167 pkgtools/pkgdepgraph/Makefile
--- a/pkgtools/pkgdepgraph/Makefile Mon Mar 03 05:03:49 2014 +0000
+++ b/pkgtools/pkgdepgraph/Makefile Mon Mar 03 05:06:43 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2014/03/03 05:03:49 obache Exp $
+# $NetBSD: Makefile,v 1.35 2014/03/03 05:06:43 obache Exp $
#
PKGNAME= pkgdepgraph-2.8
@@ -38,6 +38,7 @@
-e 's|@PKG_DBDIR@|${PKG_DBDIR}|g' \
-e 's|@PKGSRCDIR@|${PKGSRCDIR}|g' \
-e 's|@DISTVER@|${DISTVER}|g' \
+ -e 's|@PERL5@|${PERL5}|g' \
< ${WRKSRC}/${file}.pl \
> ${WRKSRC}/${file}
.endfor
diff -r 5524ac55eb26 -r 77bdd1db8167 pkgtools/pkgdepgraph/files/pkgdepgraph.pl
--- a/pkgtools/pkgdepgraph/files/pkgdepgraph.pl Mon Mar 03 05:03:49 2014 +0000
+++ b/pkgtools/pkgdepgraph/files/pkgdepgraph.pl Mon Mar 03 05:06:43 2014 +0000
@@ -1,9 +1,9 @@
-#!@PREFIX@/bin/perl
+#!@PERL5@
# Copyright (c) 2002, 2003, 2004 by Andrew Brown <atatat%netbsd.org@localhost>
# Absolutely no warranty.
-# $NetBSD: pkgdepgraph.pl,v 1.11 2005/06/26 17:34:19 atatat Exp $
+# $NetBSD: pkgdepgraph.pl,v 1.12 2014/03/03 05:06:43 obache Exp $
# pkgdepgraph: @DISTVER@
use strict;
Home |
Main Index |
Thread Index |
Old Index