pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgclean



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Sep 14 16:31:28 UTC 2018

Modified Files:
        pkgsrc/pkgtools/pkgclean: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/pkgtools/pkgclean/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkgclean/Makefile
diff -u pkgsrc/pkgtools/pkgclean/Makefile:1.20 pkgsrc/pkgtools/pkgclean/Makefile:1.21
--- pkgsrc/pkgtools/pkgclean/Makefile:1.20      Wed Jul  4 13:40:32 2018
+++ pkgsrc/pkgtools/pkgclean/Makefile   Fri Sep 14 16:31:28 2018
@@ -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 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 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