pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Fix typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f2086849d04
branches:  trunk
changeset: 483149:9f2086849d04
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 08 14:54:18 2004 +0000

description:
Fix typo.

diffstat:

 emulators/xmame/options.mk |  4 ++--
 emulators/xmess/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r cf8d7d69e4e9 -r 9f2086849d04 emulators/xmame/options.mk
--- a/emulators/xmame/options.mk        Mon Nov 08 14:52:26 2004 +0000
+++ b/emulators/xmame/options.mk        Mon Nov 08 14:54:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/11/08 10:03:41 xtraeme Exp $
+# $NetBSD: options.mk,v 1.2 2004/11/08 14:54:18 wiz Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xmame
@@ -21,5 +21,5 @@
 
 .if !empty(PKG_OPTIONS:Mesound)
 MAKE_FLAGS+=           SOUND_ESOUND=1
-.inclUde "../../audio/esound/buildlink3.mk"
+.include "../../audio/esound/buildlink3.mk"
 .endif
diff -r cf8d7d69e4e9 -r 9f2086849d04 emulators/xmess/options.mk
--- a/emulators/xmess/options.mk        Mon Nov 08 14:52:26 2004 +0000
+++ b/emulators/xmess/options.mk        Mon Nov 08 14:54:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/11/08 10:07:02 xtraeme Exp $
+# $NetBSD: options.mk,v 1.2 2004/11/08 14:55:23 wiz Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xmess
@@ -21,5 +21,5 @@
 
 .if !empty(PKG_OPTIONS:Mesound)
 MAKE_FLAGS+=           SOUND_ESOUND=1
-.inclUde "../../audio/esound/buildlink3.mk"
+.include "../../audio/esound/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index