pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Relax the glob in ${LOCALPATCHES}/${PKGPATH} to cat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ba89f882469
branches:  trunk
changeset: 497591:8ba89f882469
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Jul 31 05:26:50 2005 +0000

description:
Relax the glob in ${LOCALPATCHES}/${PKGPATH} to catch all files.
This is a return to the behavior that we had prior to revision 1.5.

diffstat:

 mk/bsd.pkg.patch.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8e240fada9b7 -r 8ba89f882469 mk/bsd.pkg.patch.mk
--- a/mk/bsd.pkg.patch.mk       Sun Jul 31 05:24:52 2005 +0000
+++ b/mk/bsd.pkg.patch.mk       Sun Jul 31 05:26:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.patch.mk,v 1.16 2005/07/15 18:27:55 jlam Exp $
+# $NetBSD: bsd.pkg.patch.mk,v 1.17 2005/07/31 05:26:50 snj Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and defines the
 # relevant variables and targets for the "patch" phase.
@@ -201,7 +201,7 @@
 _PKGSRC_PATCHES+=      ${PATCHDIR}/patch-*
 .endif
 .if defined(LOCALPATCHES) && exists(${LOCALPATCHES}/${PKGPATH})
-_PKGSRC_PATCHES+=      ${LOCALPATCHES}/${PKGPATH}/patch-*
+_PKGSRC_PATCHES+=      ${LOCALPATCHES}/${PKGPATH}/*
 .endif
 
 .PHONY: pkgsrc-patch-message do-pkgsrc-patch



Home | Main Index | Thread Index | Old Index