pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libfetch/files Add explicit sh invocation in case ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04c2c9b8afea
branches:  trunk
changeset: 624912:04c2c9b8afea
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 03 01:25:51 2013 +0000

description:
Add explicit sh invocation in case the checkout is missing the
executable bit on errlist.sh.

diffstat:

 net/libfetch/files/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 32c16ca9e8ae -r 04c2c9b8afea net/libfetch/files/Makefile
--- a/net/libfetch/files/Makefile       Thu Oct 03 01:24:57 2013 +0000
+++ b/net/libfetch/files/Makefile       Thu Oct 03 01:25:51 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/07/22 16:14:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2013/10/03 01:25:51 joerg Exp $
 
 LIB=           fetch
 SRCS=          fetch.c common.c ftp.c http.c file.c
@@ -32,11 +32,11 @@
 WARNS?=                4
 
 ftperr.h: ${.CURDIR}/ftp.errors ${.CURDIR}/Makefile ${.CURDIR}/errlist.sh
-       ${.CURDIR}/errlist.sh ftp_errlist FTP \
+       sh ${.CURDIR}/errlist.sh ftp_errlist FTP \
            ${.CURDIR}/ftp.errors > ${.TARGET}
 
 httperr.h: ${.CURDIR}/http.errors ${.CURDIR}/Makefile ${.CURDIR}/errlist.sh
-       ${.CURDIR}/errlist.sh http_errlist HTTP \
+       sh ${.CURDIR}/errlist.sh http_errlist HTTP \
            ${.CURDIR}/http.errors > ${.TARGET}
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index