pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/flavor/pkg Fix from David Holland for PR 38134 - fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59f25ada5841
branches:  trunk
changeset: 540001:59f25ada5841
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Mar 20 20:02:29 2008 +0000

description:
Fix from David Holland for PR 38134 - fix a typo which was causing
problems which manifested in "make update" failing.

diffstat:

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

diffs (17 lines):

diff -r 77f79603c1d1 -r 59f25ada5841 mk/flavor/pkg/deinstall.mk
--- a/mk/flavor/pkg/deinstall.mk        Thu Mar 20 19:58:16 2008 +0000
+++ b/mk/flavor/pkg/deinstall.mk        Thu Mar 20 20:02:29 2008 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: deinstall.mk,v 1.7 2007/11/07 17:04:43 rillig Exp $
+# $NetBSD: deinstall.mk,v 1.8 2008/03/20 20:02:29 agc Exp $
 
 # Set the appropriate flags to pass to pkg_delete(1) based on the value
 # of DEINSTALLDEPENDS (see pkgsrc/mk/install/deinstall.mk).
 #
 .if defined(DEINSTALLDEPENDS)
 .  if empty(DEINSTALLDEPENDS:M[nN][oO])
-.    if !empty(DEINSTALLDEPENDS:M[aA][lL][lL)
+.    if !empty(DEINSTALLDEPENDS:M[aA][lL][lL])
 _PKG_ARGS_DEINSTALL+=  -r      # for "update" target
 .    else
 _PKG_ARGS_DEINSTALL+=  -r -R   # for removing stuff in bulk builds



Home | Main Index | Thread Index | Old Index