pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgclean pkgclean: Properly replace @SH@ in p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/501304bc4c12
branches:  trunk
changeset: 312804:501304bc4c12
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Sep 14 16:31:28 2018 +0000

description:
pkgclean: Properly replace @SH@ in pkgclean

Most of the times setting NO_CONFIGURE is not needed and can badly
interact with SUBST framework like in this case as pointed out by
PR pkg/53606.

Fixes PR pkg/53606.

diffstat:

 pkgtools/pkgclean/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r bb3b508d9716 -r 501304bc4c12 pkgtools/pkgclean/Makefile
--- a/pkgtools/pkgclean/Makefile        Fri Sep 14 16:01:05 2018 +0000
+++ b/pkgtools/pkgclean/Makefile        Fri Sep 14 16:31:28 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/07/04 13:40:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2018/09/14 16:31:28 leot Exp $
 
 PKGNAME=       pkgclean-20051116
 CATEGORIES=    pkgtools
@@ -7,7 +7,6 @@
 COMMENT=       Quickly clean up all work directories in pkgsrc
 LICENSE=       2-clause-bsd
 
-NO_CONFIGURE=  yes
 NO_BUILD=      yes
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index