pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/setiathome Fix syntax error.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3a24557a4ad
branches:  trunk
changeset: 483468:a3a24557a4ad
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Fri Nov 12 14:41:47 2004 +0000

description:
Fix syntax error.

diffstat:

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

diffs (18 lines):

diff -r 345179ba81be -r a3a24557a4ad misc/setiathome/Makefile
--- a/misc/setiathome/Makefile  Fri Nov 12 14:41:32 2004 +0000
+++ b/misc/setiathome/Makefile  Fri Nov 12 14:41:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/10/29 12:56:24 abs Exp $
+# $NetBSD: Makefile,v 1.13 2004/11/12 14:41:47 sketch Exp $
 #
 
 DISTNAME=       ${PKGNAME_NOREV}
@@ -33,7 +33,7 @@
 #
 .if ${MACHINE_ARCH} == "sparc"
 DISTNAME=      ${PKGNAME_NOREV}.sparc-sun-solaris2.6
-else
+.else
 DISTNAME=      ${PKGNAME_NOREV}.i386-pc-solaris2.6
 .endif
 



Home | Main Index | Thread Index | Old Index