pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Fix typo at adding suse100_krb5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d97db681935f
branches:  trunk
changeset: 539155:d97db681935f
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Feb 29 00:22:22 2008 +0000

description:
Fix typo at adding suse100_krb5

diffstat:

 emulators/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6048af52f6e2 -r d97db681935f emulators/Makefile
--- a/emulators/Makefile        Thu Feb 28 23:42:09 2008 +0000
+++ b/emulators/Makefile        Fri Feb 29 00:22:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2008/02/22 13:34:11 obache Exp $
+# $NetBSD: Makefile,v 1.169 2008/02/29 00:22:22 obache Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -137,7 +137,7 @@
 SUBDIR+=       suse100_glx
 SUBDIR+=       suse100_gtk
 SUBDIR+=       suse100_gtk2
-SUBDIR*=       suse100_krb5
+SUBDIR+=       suse100_krb5
 SUBDIR+=       suse100_libcups
 SUBDIR+=       suse100_libjpeg
 SUBDIR+=       suse100_libpng



Home | Main Index | Thread Index | Old Index