pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc fix typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ceb481368a7
branches:  trunk
changeset: 400127:5ceb481368a7
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Oct 11 15:33:27 2009 +0000

description:
fix typo

diffstat:

 archivers/sapcar/Makefile  |  4 ++--
 devel/sapnwrfcsdk/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 6c82801ba7dc -r 5ceb481368a7 archivers/sapcar/Makefile
--- a/archivers/sapcar/Makefile Sun Oct 11 15:32:10 2009 +0000
+++ b/archivers/sapcar/Makefile Sun Oct 11 15:33:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/05/19 08:59:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/10/11 15:33:41 sno Exp $
 
 PKGNAME=               sapcar-7.00
 CATEGORIES=            archivers
@@ -55,7 +55,7 @@
 BROKEN=                Architecture ${MACHINE_ARCH} on platform ${OPSYS} not supported
 .endif
 .else
-BROKEN=                Plattform ${OPSYS} not supported
+BROKEN=                Platform ${OPSYS} not supported
 .endif
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
diff -r 6c82801ba7dc -r 5ceb481368a7 devel/sapnwrfcsdk/Makefile
--- a/devel/sapnwrfcsdk/Makefile        Sun Oct 11 15:32:10 2009 +0000
+++ b/devel/sapnwrfcsdk/Makefile        Sun Oct 11 15:33:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/05/19 08:59:12 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/10/11 15:33:27 sno Exp $
 
 PKGNAME=               sapnwrfcsdk-7.11
 CATEGORIES=            devel
@@ -58,7 +58,7 @@
 BROKEN=                Architecture ${MACHINE_ARCH} on platform ${OPSYS} not supported
 .endif
 .else
-BROKEN=                Plattform ${OPSYS} not supported
+BROKEN=                Platform ${OPSYS} not supported
 .endif
 
 EXTRACT_CMD=           SAPCAR -xvf ${DOWNLOADED_DISTFILE}



Home | Main Index | Thread Index | Old Index