pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/lintpkgsrc Fix for wrong interpreter
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3e38100309d
branches: trunk
changeset: 372752:c3e38100309d
user: adam <adam%pkgsrc.org@localhost>
date: Fri Dec 15 10:54:59 2017 +0000
description:
Fix for wrong interpreter
diffstat:
pkgtools/lintpkgsrc/Makefile | 14 +++++++-------
pkgtools/lintpkgsrc/files/lintpkgsrc.pl | 4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (42 lines):
diff -r a24b39f64145 -r c3e38100309d pkgtools/lintpkgsrc/Makefile
--- a/pkgtools/lintpkgsrc/Makefile Fri Dec 15 09:17:16 2017 +0000
+++ b/pkgtools/lintpkgsrc/Makefile Fri Dec 15 10:54:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/12/15 09:17:04 leot Exp $
+# $NetBSD: Makefile,v 1.29 2017/12/15 10:54:59 adam Exp $
PKGNAME= lintpkgsrc-4.94
CATEGORIES= pkgtools
@@ -21,14 +21,14 @@
SUBST_STAGE.lp= post-configure
SUBST_FILES.lp+= lintpkgsrc.0 lintpkgsrc.1 lintpkgsrc.pl
.if defined(BATCH)
-SUBST_SED.lp+= -e 's;@PKGSRCDIR@;/usr/pkgsrc;g'
+SUBST_SED.lp+= -e 's;@PKGSRCDIR@;/usr/pkgsrc;g'
.else
-SUBST_VARS.lp+= PKGSRCDIR
+SUBST_VARS.lp+= PKGSRCDIR
.endif
-SUBST_VARS.lp+= PREFIX
-SUBST_VARS.lp+= PKG_SYSCONFDIR
-SUBST_VARS.lp+= MAKE
-SUBST_VARS.lp+= PERL
+SUBST_VARS.lp+= MAKE
+SUBST_VARS.lp+= PERL5
+SUBST_VARS.lp+= PKG_SYSCONFDIR
+SUBST_VARS.lp+= PREFIX
.include "../../mk/bsd.prefs.mk"
diff -r a24b39f64145 -r c3e38100309d pkgtools/lintpkgsrc/files/lintpkgsrc.pl
--- a/pkgtools/lintpkgsrc/files/lintpkgsrc.pl Fri Dec 15 09:17:16 2017 +0000
+++ b/pkgtools/lintpkgsrc/files/lintpkgsrc.pl Fri Dec 15 10:54:59 2017 +0000
@@ -1,6 +1,6 @@
-#! @PERL@
+#!@PERL5@
-# $NetBSD: lintpkgsrc.pl,v 1.14 2017/12/15 09:17:04 leot Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.15 2017/12/15 10:54:59 adam Exp $
# Written by David Brownlee <abs%netbsd.org@localhost>.
#
Home |
Main Index |
Thread Index |
Old Index