pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL Fix a pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5beaf62c9ad8
branches:  trunk
changeset: 507732:5beaf62c9ad8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 07 18:16:18 2006 +0000

description:
Fix a pkglint warning.

diffstat:

 devel/SDL/Makefile.common |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 1bde30817ad3 -r 5beaf62c9ad8 devel/SDL/Makefile.common
--- a/devel/SDL/Makefile.common Tue Feb 07 18:15:50 2006 +0000
+++ b/devel/SDL/Makefile.common Tue Feb 07 18:16:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2005/12/11 09:40:38 wiz Exp $
+# $NetBSD: Makefile.common,v 1.26 2006/02/07 18:16:18 wiz Exp $
 
 DISTNAME=      SDL-1.2.9
 CATEGORIES=    devel games
@@ -45,9 +45,9 @@
 # on Darwin if they exist.
 .if ${OPSYS} == "Darwin"
 COCOA_DIRS+=                   /System /Library /Developer
-.  for _dir_ in ${COCOA_DIRS}
-.    if exists(${_dir_})
-BUILDLINK_PASSTHRU_DIRS+=      ${_dir_}
+.  for dir in ${COCOA_DIRS}
+.    if exists(${dir})
+BUILDLINK_PASSTHRU_DIRS+=      ${dir}
 .    endif
 .  endfor
 .endif



Home | Main Index | Thread Index | Old Index